Sitting alone at coimbatore airport is not fun… Next best option.. mess around with the system!! Took a boot time capture of my system using procmon. Even though it didn’t make much sense to me initially the following registry key was among those queried very early.. HKLM\System\CurrentControlSet\Control\Class\{50127DC3-0F36-415E-A6CC-4CB3BE910B65} It turned out to be related to the [...]
Archive of posts filed under the windows category.
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 [...]