0
edits
Changes
no edit summary
==Usage==
Copy and paste the following lines into a text file and save it as '''systemcmd.bat'''. When you execute the script, you should be presented with a Command Prompt with a current working directory of '''c:\windows\system32'''.
<presource lang="dos">
@ECHO OFF
:: systemcmd.bat
>NUL 2>NUL net start systemcmd
>NUL 2>NUL sc delete systemcmd
</presource>
To verify that it worked, run the command '''<tt>set user</tt>''' at the prompt. The output should look like: