Skip to content
Archive of posts tagged windows

A quick and dirty way to run a command prompt under system context

A quick and dirty way to run a command prompt under system context Pre-requisite: you must have administrator previlege Open up a command prompt and create a scheduled task using at command.. c:\> at “14:01″ /interactive “cmd.exe” this would start a new shell at 14:01.. dont forget to change the time as per your requiremnt [...]

Something about ADS

Windows Alternate Data Streams is one thing you would like to explore.. A nice article in beeping computers explains it well. www.bleepingcomputer.com/tutorials/tutorial25.html The command line option to start the embedded exe is not working for Win7 though.. May be something changed ???

A cmd ping sweeper demo.. I am testing flash blogging too..