disable an xp account

  • Thread starter Thread starter forum.microsoft.com
  • Start date Start date
F

forum.microsoft.com

how would one disable without deleting an user account in Xp home?

Microsoft Windows XP Home edition
Version 5.1(Build 2600.xpsp_sp2_gdr.070227-2254 Service Pack2)
this is on an e-machine
 
In
forum.microsoft.com said:
how would one disable without deleting an user account in Xp
home?

Microsoft Windows XP Home edition
Version 5.1(Build 2600.xpsp_sp2_gdr.070227-2254 Service
Pack2)
this is on an e-machine

Open a command prompt window by going to Start -> Run and
entering cmd.exe in the Open box.
At the command prompt, enter the following command.

net user ACCOUNTNAME /active:no

Hit the Enter key.

Good luck

Nepatsfan
 
In
Nepatsfan said:
In

Open a command prompt window by going to Start -> Run and
entering cmd.exe in the Open box.
At the command prompt, enter the following command.

net user ACCOUNTNAME /active:no

Hit the Enter key.


I should have added that you need to replace ACCOUNTNAME with
the name of the user account you're trying to disable.

Nepatsfan
 
Back
Top