Script Host message on startup on Windows XP

Windows script host error
I have this annoying Windows Script Host Settings window pop up on me every time I start up windows.

It has one tab "script" and says

"stop script after specified number of seconds"

with options to choose 1, 2, 3, seconds etc..

and

"display logo when script executed in command console" as a box tick option

-When Googled i find one solution and it's worked for me.
See the solution!

  1. In run type regedit
  2. Navigate to Hkey_local_machine \software \microsoft \windowsNT \currentversion \winlogon
  3. Here there is a userinit registry double click on that
  4. In the Value data field there will b something like C:\WINDOWS\system32\userinit.exe, C:\WINDOWS\system32\wscript.exe
  5. Delete the C:\WINDOWS\system32\wscript.exe part so that the field only has C:\WINDOWS\system32\userinit.exe,
  6. Click ok and close the registry editor and then restart windows
Via

Comments