Skip to content
Archive of posts filed under the Uncategorized category.

A very quick and dirty way to create a service from a vbscript file

Creating service from VB Script 1. Execute the below Command: instsrv.exe  “MyService” C:\windows\System32\srvany.exe Note: ‘Service Created’ message indicates Service Created Successfully 2. Copy the srvany.exe file from C:\windows\System32 at the same path of your script 3. Open Registry Editor and create a Key “Parameters” under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ 4. under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\\Parameters, create the following values AppDirectory REG_SZ [...]

Some Real Cool videos of Mark Russinovich on Windows 7 and Windows 2008 R2 Kernel Changes

Must watch videos guys http://microsoftpdc.com/Sessions/P09-20 http://microsoftpdc.com/Sessions/CL29

A very nice article on code signing best practices

A very nice article on code signing best practices http://www.microsoft.com/whdc/winlogo/drvsign/best_practices.mspx Check it out.