Wednesday, 19 June 2013

Removing Startup Error Can't Find Script File

Removing Startup Error Can't Find Script File

Remember to back up the registry, see how HERE Open Registry Editor. Click Start>Run, type REGEDIT, then press Enter. 

In the left panel, double-click the following:
HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>Windows 
NT>CurrentVersion>Winlogon 

In the right panel, locate the entry: 
Userinit = "%System%\userinit.exe,%System%\wscript.exe "%system%\killVBS.vbs"" 

Right-click on the value name and choose Modify. Change the value data of this entry to: 
C:\Windows\System32\userinit.exe, 
Close Registry Editor.

Right-click Start then click Search

In the Named input box, type:
AUTORUN.INF 

In the Look In drop-down list, select a drive, then press Enter. 

Select the file, then open using Notepad. 

Check if the following lines are present in the file: 
[AutoRun]
shellexecute=wscript.exe killVBS.vbs 
If the lines are present, delete the file. 
Repeat steps for AUTORUN.INF files in the remaining removable drives. 
Close Search Results. 

Hopefully that will work.

No comments:

Post a Comment