There are many commands under Windows that can be abbreviated. This post is specifically to collect such commands.
1. Run as another identity:
runas /u:admininistrator cmd
/u: stands for /user:
2. Establish IPC$ connection:
net use \\127.0.0.1\ipc$ /u:administrator
/u: is /user:
3. Delete all shared connections
net use * /d
/d is equivalent to /del
1. Run as another identity:
runas /u:admininistrator cmd
/u: stands for /user:
2. Establish IPC$ connection:
net use \\127.0.0.1\ipc$ /u:administrator
/u: is /user:
3. Delete all shared connections
net use * /d
/d is equivalent to /del
C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>"
