Preview Windows 7 Tools by Me
it's using very simple code
Process.Start("explorer") 'Run Windows Explorer
Process.Start("taskmgr") 'Run Task Manager
Process.Start("cmd") 'Run CMD
Process.Start("regedit") 'Run Registry Editor
Process.Start("notepad") 'Run Notepad
or
System.Diagnostics.Process.Start("explorer") 'Run Windows Explorer
System.Diagnostics.Process.Start("taskmgr") 'Run Task Manager
System.Diagnostics.Process.Start("cmd") 'Run CMD
System.Diagnostics.Process.Start("regedit") 'Run Registry Editor
System.Diagnostics.Process.Start("notepad") 'Run Notepad
here 156 Useful Run Commands (http://mypchell.com/guides/34-guides/69-...ommands%29)
SS
it's using very simple code
Process.Start("explorer") 'Run Windows Explorer
Process.Start("taskmgr") 'Run Task Manager
Process.Start("cmd") 'Run CMD
Process.Start("regedit") 'Run Registry Editor
Process.Start("notepad") 'Run Notepad
or
System.Diagnostics.Process.Start("explorer") 'Run Windows Explorer
System.Diagnostics.Process.Start("taskmgr") 'Run Task Manager
System.Diagnostics.Process.Start("cmd") 'Run CMD
System.Diagnostics.Process.Start("regedit") 'Run Registry Editor
System.Diagnostics.Process.Start("notepad") 'Run Notepad
here 156 Useful Run Commands (http://mypchell.com/guides/34-guides/69-...ommands%29)
SS