Welcome to MSDN Blogs Sign in | Join | Help

August 2006 - Posts

Mark Russinovich started blogging in technet

Just like his blog in sysinternals.com, Mark's technet blog investigates complex problems. He shows the full details of how he approach the problem, how to progress the investigation, and how the culprit is found. Subscribed. http://blogs.technet.com/markrussinovich
Posted by junfeng | 0 Comments
Filed under:

Windows Vista System Internals

I was searching for filter driver doucmentations in microsoft Windows Hardware Developer Central site, and I was surprised to find many interesting information about Windows Vista System Internals. http://www.microsoft.com/whdc/system/vista/default.mspx
Posted by junfeng | 9 Comments
Filed under:

Detours

Still on the topic on knowing what DllRegisterServer does without impacting the system. Before I found RegOverridePredefKey , I was thinking about hijacking all the registry APIs so that I can just record them without actually making any system change.
Posted by junfeng | 0 Comments
Filed under:

RegOverridePredefKey

I was trying to find a way to figure out what changes a particular dll's DllRegisterServer make without actually changing the system. Then I found this: RegOverridePredefKey <quote> Remarks The RegOverridePredefKey function is intended for software
Posted by junfeng | 1 Comments
Filed under:

Find out which application handles a certain file extension

There are times you may wonder which application handles a certain file extension. In Windows there are really two concepts: File Extension and File Type. File extension can be associated to a file type. Applications work on file type, not directly on
Posted by junfeng | 6 Comments
Filed under:

Application config file is not used if the application has certain SxS manifest

We discovered a bug internally. Since people may encounter the same problem, I am posting the bug description and the workaround. In Windows Server 2003, if the application has the following SxS manifest, then CLR will not use the application config file
Posted by junfeng | 2 Comments
Filed under: ,

REG FLAGS /?

Reg.exe in Vista has gain a new command line option "flags". You can use it to see some interesting things, for example, whether a registry key is virtualized. C:\>reg flags /? REG FLAGS KeyName [QUERY | SET [DONT_VIRTUALIZE] [DONT_SILENT_FAIL] [RECURSE_FLAG]]
Posted by junfeng | 2 Comments
Filed under:

System Services change in Windows Vista

Every new Windows release introduces new features, which means new APIs. Vista is no different. As Vista is approaching RTM, documentation of new Vista APIs starts to show up on MSDN web site. The following is a short summary of changes in System Services
Posted by junfeng | 1 Comments
Filed under: ,
 
Page view tracker