Creating a Registry file

Associate
Joined
19 Oct 2002
Posts
1,940
Location
Maidenhead
I need to enter the following into a damaged xp registry

HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell explorer.exe
HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Userinit c:\windows\system32\userinit.exe,

Is the formatting something like this? Is there anything wrong or do i need to add anything:

REGEDIT4

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Shell"=explorer.exe

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Userinit"=c:\windows\system32\userinit.exe,

Cheers
 
Last edited:
The following will work for XP.



Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Shell"="Explorer.exe"
"Userinit"=c:\windows\system32\userinit.exe,
 
Back
Top Bottom