Sign In
Junfeng Zhang's Windows Programming Notes
Win32, Fusion, CLR, .Net Framework, and others
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NetFramework
Debugging
Fusion
General
Others
Pages
Troubleshooting
Vista
Win32
Archive
Archives
July 2009
(1)
May 2009
(1)
March 2009
(1)
February 2009
(1)
December 2008
(2)
November 2008
(1)
August 2008
(2)
July 2008
(2)
June 2008
(2)
April 2008
(4)
March 2008
(2)
February 2008
(4)
January 2008
(1)
November 2007
(3)
October 2007
(1)
September 2007
(1)
August 2007
(5)
July 2007
(9)
June 2007
(3)
April 2007
(2)
March 2007
(3)
February 2007
(1)
January 2007
(2)
December 2006
(2)
November 2006
(4)
October 2006
(6)
September 2006
(5)
August 2006
(8)
July 2006
(2)
May 2006
(2)
April 2006
(12)
March 2006
(9)
February 2006
(5)
January 2006
(2)
December 2005
(10)
November 2005
(7)
October 2005
(2)
September 2005
(3)
August 2005
(1)
July 2005
(6)
June 2005
(8)
May 2005
(17)
April 2005
(9)
March 2005
(6)
February 2005
(9)
December 2004
(7)
November 2004
(12)
October 2004
(16)
September 2004
(16)
August 2004
(15)
July 2004
(10)
May 2004
(6)
April 2004
(14)
March 2004
(19)
February 2004
(39)
January 2004
(6)
August, 2006
MSDN Blogs
>
Junfeng Zhang's Windows Programming Notes
>
August, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Junfeng Zhang's Windows Programming Notes
Mark Russinovich started blogging in technet
Posted
over 6 years ago
by
Junfeng Zhang
0
Comments
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...
Junfeng Zhang's Windows Programming Notes
Windows Vista System Internals
Posted
over 6 years ago
by
Junfeng Zhang
9
Comments
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...
Junfeng Zhang's Windows Programming Notes
Detours
Posted
over 6 years ago
by
Junfeng Zhang
0
Comments
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...
Junfeng Zhang's Windows Programming Notes
RegOverridePredefKey
Posted
over 6 years ago
by
Junfeng Zhang
1
Comments
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...
Junfeng Zhang's Windows Programming Notes
Find out which application handles a certain file extension
Posted
over 6 years ago
by
Junfeng Zhang
6
Comments
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...
Junfeng Zhang's Windows Programming Notes
Application config file is not used if the application has certain SxS manifest
Posted
over 6 years ago
by
Junfeng Zhang
3
Comments
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...
Junfeng Zhang's Windows Programming Notes
REG FLAGS /?
Posted
over 6 years ago
by
Junfeng Zhang
2
Comments
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...
Junfeng Zhang's Windows Programming Notes
System Services change in Windows Vista
Posted
over 6 years ago
by
Junfeng Zhang
1
Comments
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...
Page 1 of 1 (8 items)