Windows 10: microsoft.vbs

Discus and support microsoft.vbs in AntiVirus, Firewalls and System Security to solve the problem; Hi Team, We noted microsoft.vbs execution at startup on Windows 10 system. No evidence about the nature/origin of this script. Can this be part... Discussion in 'AntiVirus, Firewalls and System Security' started by ZineZine20, Dec 12, 2020.

  1. microsoft.vbs


    Hi Team,


    We noted microsoft.vbs execution at startup on Windows 10 system.

    No evidence about the nature/origin of this script.

    Can this be part windows after an update?

    Thanks.

    :)
     
    ZineZine20, Dec 12, 2020
    #1

  2. VBS Msgbox

    Denis,

    • I was too lazy to compute the size programmatically. And, it the 2005 version the message box always came up hidden, so I always used 0 for the top. It's also part of my OCD to be able to control everything.
    • I personally don't need it to timeout. I used this in vbs files to ask to continue to the next step, skip the next step or cancel the vbs. BTW, I added the code back in but keep it assign it to 0.
    • Sound was calling Windows Media Player: WshShell.Run "C:\Users\donast\desktop\sndrec32.lnk",7,false the lnk is a shortcut on my old desktop that had: "C:\Program Files (x86)\Windows Media Player\wmplayer.exe"
      "C:\Users\Public\Music\Wavefiles\Twilight.wav"
    • Yes. The value is the number of the button in the order specified when calling it.
    • Never really thought about it as all my VBS/VBA code is relatively simple and I add comments in the file as necessary to remind me what is going on. I don't usually have anyone to share my code.
    FYI I use a VBS to call it. Here's a line from a test vbs I use to run your version:

    choice=Wshshell.run("custommsgbox.vbs " & wscript.scriptname & " ""CopyFiles.vbs done. Continue with UnArchVista.vbs?"" ""White"" ""Black"" 40 ""Yes"" ""No"" ""Cancel""",1,true)

    Copy it to a text editor to see all the spaces, etc. Took me a while back the to figure it out.

    Don
     
    DRARetired, Dec 12, 2020
    #2
  3. Edge Search Does Not Permit Change of Region


    I got these suggestions from the Microsoft Community forum.No. 1 worked for me:

    Thank you for posting the query on Microsoft Community. I am glad to assist you on this.
    We have reproduce the issue here and we are able to access non-regional search for google using Microsoft Edge.
    I would suggest you to try the below steps and check if it helps.
    Step 1:
    Clear browsing data option of Microsoft Edge and check if you face the issue. To do so perform the steps below.

    1. Click on the More actions icon next to the feedback icon present on top right corner of the Project Spartan homepage.
    2. Select Settings and click on Choose what to clear.
    3. Check the boxes Browsing history, Cookies and saved website data and Cached data and files and click on Clear.
    Step 2:
    I suggest you to create a new user account and check if the issue occurs.

    1. Go to Settings.
    2. Choose Accounts and then select Family and other users.
    3. Select add someone else on this PC.
    4. Enter a user name and hit next.
    5. Click on Finish.
    6. Sign out from the current Account and Log into the new account.
    Step 3:
    It could also happen because of network issue. I suggest you to try with different network connection and check if it helps.
     
    hurricane51, Dec 12, 2020
    #3
  4. Jake104E Win User

    microsoft.vbs

    Find Task list entries with VBS

    Thank you.

    I fail to make it work though...

    I can see how the

    "cmd /c tasklist.exe"

    works when run from a cmd prompt. And that the Shell-command then can execute it.

    My goal is to know if a specific app is running. With the SQL I could then ask specifically for that App - provided I know how it shows up in the list. Hence the first try on making a list of active apps.

    In the Task Manager I only have 5 Apps. The "cmd /c tasklist.exe" shows some 160 entries - and none of them appear to be any of the Apps in the Task Manager - and not the particular one I am looking for.

    Any suggestions on how to detect (from VBS) if a specific App is running?
     
    Jake104E, Dec 12, 2020
    #4
Thema:

microsoft.vbs

Loading...
  1. microsoft.vbs - Similar Threads - microsoft vbs

  2. Sorry Microsoft, Windows 10 taskbar is still better than Windows 11, and here’s why

    in Windows 10 News
    Sorry Microsoft, Windows 10 taskbar is still better than Windows 11, and here’s why: For years, Windows 10’s taskbar was the yardstick that unhappy Windows 11 users kept holding up. Every time Microsoft added something new to the taskbar and stripped something old away, someone in the comments would say, “just go back to Windows 10.” Now that Microsoft is...
  3. Microsoft Enables Nvidia GPU Support for Windows 11 Local Language Model APIs

    in Windows 10 News
    Microsoft Enables Nvidia GPU Support for Windows 11 Local Language Model APIs: Microsoft has updated the Windows 11 local AI documentation to confirm that language model APIs can now run on PCs that are not equipped with Copilot+ but have supported GPUs. Previously, these APIs were only available on Copilot+ PCs that had dedicated NPU hardware. The...
  4. Microsoft Adds Option to Disable Bing Web Results in Windows 11 Local Search

    in Windows 10 News
    Microsoft Adds Option to Disable Bing Web Results in Windows 11 Local Search: Microsoft has previewed a Windows 11 update that will allow users to disable Bing web integration in the Start menu and Windows search. The change was demonstrated during a recent meetup with Windows Insiders. The Settings app will include a new option to remove web (Bing)...
  5. Microsoft Releases Windows 11 Insider Builds With Unlimited Update Pause Extension and New...

    in Windows 10 News
    Microsoft Releases Windows 11 Insider Builds With Unlimited Update Pause Extension and New...: Microsoft has rolled out new Windows 11 Insider Preview builds on June 8 for both the Beta and Experimental channels. The update introduces a new 26H1 build train and allows users to extend Windows Update pauses as many times as needed. Several bugs have also been addressed...
  6. Microsoft Phone Link Adds Apple Messages Support for Windows, With Group Chat and...

    in Windows 10 News
    Microsoft Phone Link Adds Apple Messages Support for Windows, With Group Chat and...: Microsoft Phone Link now supports Apple Messages on Windows, which means iPhone users can send and receive iMessages and SMS texts from their PC without having to switch to their phone. The feature uses Bluetooth and does not break Apple Messages' end-to-end encryption....
  7. Microsoft Fixes Caching Bug That Caused Unauthorized Driver Updates on Managed Windows Devices

    in Windows 10 News
    Microsoft Fixes Caching Bug That Caused Unauthorized Driver Updates on Managed Windows Devices: Microsoft has fixed a Windows Update caching issue that caused driver updates to install on managed devices without notification, bypassing policies set to prevent automatic updates. The problem was acknowledged on June 2 and was confirmed to be resolved in a Wednesday...
  8. Microsoft Releases Coreutils for Windows, Bringing Native Linux Commands to the OS

    in Windows 10 News
    Microsoft Releases Coreutils for Windows, Bringing Native Linux Commands to the OS: Microsoft announced the release of Coreutils for Windows at its Build 2026 developer conference, adding many popular Linux command-line utilities as native applications for Windows. The project builds on the open-source uutils project, which is a cross-platform rewrite of...
  9. unzipping a file in VBS - errors with Microsoft Windows [Version 10.0.17134.2026]

    in Windows 10 BSOD Crashes and Debugging
    unzipping a file in VBS - errors with Microsoft Windows [Version 10.0.17134.2026]: I have a vbscript that among other things unzips a compressed file. The code has been working on a number of servers one pc was just upgraded to Microsoft Windows [Version 10.0.17134.2026] and now it errors. set objShell = CreateObject"Shell.Application" set...
  10. Microsoft VBS script runtime error

    in Windows 10 BSOD Crashes and Debugging
    Microsoft VBS script runtime error: I am getting a Windows Script Host pop-up that says \AppData\Roaming\vlep....It says File Not Found and Code 800A0035 - Microsoft VBS script runtime error. Does anyone know how i can fix this?...