Windows 10: can't find “C:\ProgramData\WTHKWJFPUCNIZHDXESHHKU\WTHKWJFPUCNIZHDXESHHKU.vbs”

Discus and support can't find “C:\ProgramData\WTHKWJFPUCNIZHDXESHHKU\WTHKWJFPUCNIZHDXESHHKU.vbs” in Windows 10 Network and Sharing to solve the problem; can't find “C:\ProgramData\WTHKWJFPUCNIZHDXESHHKU\WTHKWJFPUCNIZHDXESHHKU.vbs”* Changed to a question.... Discussion in 'Windows 10 Network and Sharing' started by Doug Walter1, Dec 5, 2023.

  1. can't find “C:\ProgramData\WTHKWJFPUCNIZHDXESHHKU\WTHKWJFPUCNIZHDXESHHKU.vbs”


    can't find “C:\ProgramData\WTHKWJFPUCNIZHDXESHHKU\WTHKWJFPUCNIZHDXESHHKU.vbs”* Changed to a question.

    :)
     
    Doug Walter1, Dec 5, 2023
    #1

  2. cannotfind script filec:\programdata\lenovo-23677.vbs

    cannotfind script filec:\programdata\lenovo-23677.vbs
     
    Jacquelyn (Absolutepm2013), Dec 5, 2023
    #2
  3. cannotfind script filec:\programdata\lenovo-23677.vbs

    cannotfind script filec:\programdata\lenovo-23677.vbs
     
    Jacquelyn (Absolutepm2013), Dec 5, 2023
    #3
  4. DaveM121 Win User

    can't find “C:\ProgramData\WTHKWJFPUCNIZHDXESHHKU\WTHKWJFPUCNIZHDXESHHKU.vbs”

    cannotfind script filec:\programdata\lenovo-23677.vbs

    Hi Jacquelyn,

    The solution is to basically recreate that file and put an exit script into it

    Open Windows File Exporer, on the View Ribbon, temporarily turn on ' Hidden Items'

    Navigate to:

    c:\programdata

    If the file lenovo-23677.vbs exists:

    Right click it and open it in Notepad

    Replace all the contents of that file with:

    Wscript.Quit

    If the file does not exist in that folder, right click and choose New - Text Doument

    Put this text in that file: Wscript.Quit

    Then click File - Save As

    At the bottom of the save as dialog, set save as type to *.*

    Save the files as lenovo-23677.vbs

    Note you must enter the vbs file extension yourself

    Restart your PC
     
    DaveM121, Dec 5, 2023
    #4
Thema:

can't find “C:\ProgramData\WTHKWJFPUCNIZHDXESHHKU\WTHKWJFPUCNIZHDXESHHKU.vbs”

Loading...
  1. can't find “C:\ProgramData\WTHKWJFPUCNIZHDXESHHKU\WTHKWJFPUCNIZHDXESHHKU.vbs” - Similar Threads - can't find “C

  2. How do I fix this VBS error can't find C:\Users\blar\appdata\roaming\fgerk73ast.vbs.

    in Windows 10 Gaming
    How do I fix this VBS error can't find C:\Users\blar\appdata\roaming\fgerk73ast.vbs.: How do I fix this VBS error can't find C:\Users\blar\appdata\roaming\fgerk73ast.vb. I do not have the VBS app on my Win 11, but an old walmart picture app was loaded from the photo disk and it was from 2006, so i think that it added that script? i remove the walmart app and...
  3. How do I fix this VBS error can't find C:\Users\blar\appdata\roaming\fgerk73ast.vbs.

    in Windows 10 Software and Apps
    How do I fix this VBS error can't find C:\Users\blar\appdata\roaming\fgerk73ast.vbs.: How do I fix this VBS error can't find C:\Users\blar\appdata\roaming\fgerk73ast.vb. I do not have the VBS app on my Win 11, but an old walmart picture app was loaded from the photo disk and it was from 2006, so i think that it added that script? i remove the walmart app and...
  4. can not find C:\7296.vbs

    in Windows 10 Drivers and Hardware
    can not find C:\7296.vbs: Every logon windows shows a number with .vbs not found in windows 10. example can not find C:\7296.vbs, number got changed every logon. Malware scanning found nothing....
  5. can not find C:\7296.vbs

    in Windows 10 Gaming
    can not find C:\7296.vbs: Every logon windows shows a number with .vbs not found in windows 10. example can not find C:\7296.vbs, number got changed every logon. https://answers.microsoft.com/en-us/windows/forum/all/can-not-find-c7296vbs/ee8e6a42-45bf-4564-82e4-c4f8618cecd9
  6. can not find C:\7296.vbs

    in Windows 10 Software and Apps
    can not find C:\7296.vbs: Every logon windows shows a number with .vbs not found in windows 10. example can not find C:\7296.vbs, number got changed every logon. https://answers.microsoft.com/en-us/windows/forum/all/can-not-find-c7296vbs/ee8e6a42-45bf-4564-82e4-c4f8618cecd9
  7. Windows cant find sonis,vbs

    in Windows 10 Gaming
    Windows cant find sonis,vbs: Whenever I open my pc i get this error. I have tried to search this on autoruns64 but still nothing https://answers.microsoft.com/en-us/windows/forum/all/windows-cant-find-sonisvbs/162b2b51-7e3a-4157-acc7-564f3eacfd93
  8. Windows cant find sonis,vbs

    in Windows 10 Software and Apps
    Windows cant find sonis,vbs: Whenever I open my pc i get this error. I have tried to search this on autoruns64 but still nothing https://answers.microsoft.com/en-us/windows/forum/all/windows-cant-find-sonisvbs/162b2b51-7e3a-4157-acc7-564f3eacfd93
  9. Windows cant find sonis,vbs

    in Windows 10 BSOD Crashes and Debugging
    Windows cant find sonis,vbs: Whenever I open my pc i get this error. I have tried to search this on autoruns64 but still nothing https://answers.microsoft.com/en-us/windows/forum/all/windows-cant-find-sonisvbs/162b2b51-7e3a-4157-acc7-564f3eacfd93
  10. Find Task list entries with VBS

    in Windows 10 Network and Sharing
    Find Task list entries with VBS: I want to detect if a given program App is running. I have made the following VB-Script to list all "programs" running: Sub ListPGMs Dim WMIService Dim ProcessList dim objSWbemObject Set WMIService = GetObject"winmgmts:" & "{impersonationLevel=impersonate}!\\" &...