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 when you try this..
What would you want to do once you get access to this shell.. Well system account is the most powerful account on your system.. Yes.. more than you "Administrator" account..
Have fun guys..
No comments:
Post a Comment