My Computer:
explorer.exe /root,,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
My Computer with C drive selected:
explorer.exe /select,c:
My Network Places:
explorer.exe /root,,::{208D2C60-3AEA-1069-A2D7-08002B30309D}
Start a Network Connection: (replace ConnectionName with the name of the connection)
rundll32.exe rnaui.dll,rnadial ConnectionName
Recycle Bin:
explorer.exe /root,,::{645FF040-5081-101B-9F08-00AA002F954E}
Empty Recycle Bin: (may not work correctly)
cmd.exe /C del /F /Q C:\RECYCLER\*.*
Task Manager:
taskmgr.exe
Computer Management:
compmgmt.msc
System Properties:
control.exe sysdm.cpl
Volume Control:
sndvol32.exe
Date and Time Properties:
control.exe timedate.cpl
Logoff:
shutdown.exe -l
Switch User / Lock Computer:
rundll32.exe user32.dll LockWorkStation
Hibernate:
rundll32.exe powrprof.dll,SetSuspendState
Restart:
shutdown.exe -r
Shutdown:
shutdown.exe -s
Shutdown (abort):
shutdown.exe -a