Windows 10: Maintenance.vbs and StartupCheck.vbs Error on startup

Discus and support Maintenance.vbs and StartupCheck.vbs Error on startup in AntiVirus, Firewalls and System Security to solve the problem; Hello there, I am getting this Error now in my laptop. It wasn't there before but now it is happening all of a Sudden.The Error says,... Discussion in 'AntiVirus, Firewalls and System Security' started by D_Gamer_007, Jan 8, 2022.

  1. Maintenance.vbs and StartupCheck.vbs Error on startup


    Hello there, I am getting this Error now in my laptop. It wasn't there before but now it is happening all of a Sudden.The Error says, "C:\Windows\System32\Maintenance.vbs" cannot find. and same for the other file.How can I resolve this issue? It's annoying and I have bought a new laptop and It's just been 1 month; so, I don't want to take any risks here. I have already tried "sfc \scannow" and "Full System Scan Using Microsoft Windows Defender".

    :)
     
    D_Gamer_007, Jan 8, 2022
    #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, Jan 8, 2022
    #2
  3. IDE for VBS?

    vbs didn't end until powershell was introduced. But it's not completely replaced. As far as I know VS6 doesn't support VBS either, just VB. Will try vbsedit at work tomorrow. See how that works out, can't be worse than notepad*Smile Maintenance.vbs and StartupCheck.vbs Error on startup :)
     
    DanTheBanjoman, Jan 8, 2022
    #3
  4. Maintenance.vbs and StartupCheck.vbs Error on startup

    VBS

    How do you make a vbs file open a file?
     
    SamHallenberg, Jan 8, 2022
    #4
Thema:

Maintenance.vbs and StartupCheck.vbs Error on startup

Loading...
  1. Maintenance.vbs and StartupCheck.vbs Error on startup - Similar Threads - Maintenance vbs StartupCheck

  2. Suspicious VBS Script in the Startup Folder

    in Windows 10 Gaming
    Suspicious VBS Script in the Startup Folder: I found a suspicious VBS script in my windows startup folder which contains following code:' ========================================================================= ' Author: John Hewston ' Copyright: Microsoft Corporation, 2008 ' Resources:...
  3. Suspicious VBS Script in the Startup Folder

    in Windows 10 Software and Apps
    Suspicious VBS Script in the Startup Folder: I found a suspicious VBS script in my windows startup folder which contains following code:' ========================================================================= ' Author: John Hewston ' Copyright: Microsoft Corporation, 2008 ' Resources:...
  4. Suspicious VBS Script in the Startup Folder

    in AntiVirus, Firewalls and System Security
    Suspicious VBS Script in the Startup Folder: I found a suspicious VBS script in my windows startup folder which contains following code:' ========================================================================= ' Author: John Hewston ' Copyright: Microsoft Corporation, 2008 ' Resources:...
  5. VBS script opening error

    in Windows 10 Gaming
    VBS script opening error: Hi guys.A .vbs script in the startup/programs folder that should open on every startup displays the following error and the script fails to run every time.The error message is -' Creates a SR point during the first startup of the day ' Option Explicit Dim SRP, CSRP, objWMI,...
  6. VBS script opening error

    in Windows 10 Software and Apps
    VBS script opening error: Hi guys.A .vbs script in the startup/programs folder that should open on every startup displays the following error and the script fails to run every time.The error message is -' Creates a SR point during the first startup of the day ' Option Explicit Dim SRP, CSRP, objWMI,...
  7. VBS script opening error

    in Windows 10 BSOD Crashes and Debugging
    VBS script opening error: Hi guys.A .vbs script in the startup/programs folder that should open on every startup displays the following error and the script fails to run every time.The error message is -' Creates a SR point during the first startup of the day ' Option Explicit Dim SRP, CSRP, objWMI,...
  8. VBS

    in Windows 10 Network and Sharing
    VBS: How do you make a vbs file open a file? https://answers.microsoft.com/en-us/windows/forum/all/vbs/9897f943-4d77-46e7-aeae-2e27d00f7937
  9. Vbs Error

    in Windows 10 Network and Sharing
    Vbs Error: I am getting an error "Microsoft VBScript runtime error '800a000d'" when trying to access a link on a trusted website https://answers.microsoft.com/en-us/windows/forum/all/vbs-error/6a6b54ea-f2c5-4106-9635-8b9d1a617f1f
  10. 32.vbs error

    in Windows 10 Support
    32.vbs error: My laptop shows this error everytime I turn it on "Windows cannot find '32.vbs'. Make sure you typed the name correctly, and then try again." I have Windows 10. Help! 88832