gargoyle149
June 26th, 2004, 22:17 PM
i have taken a pc off a domain and given it a new ip address and new user name and password, problem is when i reboot i get the old logon screen which asks for user name, password and domain, i no longer need or require it on a domain and cant figure it out can anyone please help remove this domain nightmare please. :eek:
Big Booger
June 27th, 2004, 03:23 AM
There are a couple of ways:
(1) Run admincfg.exe and uncheck forced domain login
(2) Get RESOURCE HACKER (http://www.users.on.net/johnson/resourcehacker/).
Open Resource Hacker.
File > Open... > and open the file c:\windows\system\mprserv.dll
Navigate to Dialogs > 1 >1033.
Hit the "Show Dialog" button if the dialog box is not already showing.
On the actual dialog box object click the domain field once to select it.
Right click and choose "Edit control".
In the list of styles select the line that says "ES_READONLY" so that it is highlighted.
Click the "OK" button at the top of the Edit dialog.
Click the "Compile Script" button at the top of the Resource Hacker edit pane.
File > Save as... > mprserv1.dll
Start > Shut down... > Restart in MS-DOS mode.
At the command prompt type:
CD SYSTEM
then
REN MPRSERV.DLL MPRSERV.DLL.OLD
then
REN MPRSERV1.DLL MPRSERV.DLL
Reboot.
(3) http://www.winguides.com/registry/display.php/629/
Try that guide from winguides.
:D
efc
June 27th, 2004, 15:28 PM
Good post BB.
gargoyle149
June 28th, 2004, 22:12 PM
thanks guys thats really helped and works a treat, :)