Sign in
Digging in
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
Bitlocker
Internal structures of the Windows Registry
RODC
services
When a new process is created
Windows Internal Architecture
Windows Vista Address Space Load Randomization
Archive
Archives
March 2009
(2)
April 2008
(2)
February 2008
(3)
January 2008
(3)
December 2007
(3)
October 2007
(5)
September 2007
(2)
TechNet Blogs
>
Digging in
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Digging in
Unable to move my cluster group from node A to Node B and cluster.log analysis
Posted
over 4 years ago
by
ganand
0
Comments
I have a 2 node MSCS quorum based cluster and was unable to move my cluster group from node 17 to node16 manually from cluadmin. So let’s have a look and the very first thing one will do is look at cluster.log and event logs…we at Microsoft will grab...
Digging in
How to stop Chkdsk from running
Posted
over 4 years ago
by
ganand
4
Comments
I have seen so many customer requesting how to stop the chkdsk from checking the drive during boot time especially when they have luns in Tera bytes and they cannot afford chkdsk running and hitting the production and uptime of the server. There are 2...
Digging in
Start up for some one who is not familiar with Read only domain controller RODC
Posted
over 5 years ago
by
ganand
0
Comments
What ===== RODC is a new feature unleashed with windows server 2008. Read-only Domain Controllers differentiate from Domain Controllers with writable AD replica in three basic aspects: - Read-only replica of AD database. - On-demand replication...
Digging in
You will not get the option to reset Pin in bitlocker when using TPM+PIN+StartupKey protectors in vista sp1
Posted
over 5 years ago
by
ganand
3
Comments
Aah i dont write blogs in such a nice format but this was written for an another document and i am putting same copy-paste here to save time.Hope this helps. ======= SYMPTOMS When you are using TPM+PIN+StartupKey protector on vista sp1 bitlocker...
Digging in
What is this Raw File System
Posted
over 5 years ago
by
ganand
30
Comments
Sometimes a damaged volume may look like it lost its file system and CHKDSK tool will complain that file system is raw The type of the file system is RAW. this is a curious issue as seen here ========= what the hell is a RAW file system?— http://www.microsoft...
Digging in
NTFS Time Stamps --file created in 1601, modified in 1801 and accessed in 2008!!
Posted
over 5 years ago
by
ganand
9
Comments
Technorati Tags: NTFS So many times we have seen Server Admins asking how to figure out whether someone accessed there files or not or is it possible to play with NTFS time stamps or how exactly time stamps change and under what scenarios. I have heard...
Digging in
What happens and parameters passed when a new process is created
Posted
over 5 years ago
by
ganand
1
Comments
Via this blog I have just tried to show What exactly happens when a new process is created and what all structures are required and parameters passed to that process. What ever mentioned below is all extracted from different places of windows...
Digging in
Few public links giving an insight on Windows Internal Architecture.
Posted
over 5 years ago
by
ganand
0
Comments
A few favorite links of mine on Windows Architecture..Hope you will like reading them.. http://www.osronline.com/ http://www.windowsitlibrary.com/Documents/Book.cfm?DocumentID=356 http://www.jps.at/dev/kurs/3-23.html http://blogs.msdn...
Digging in
Internal structures of the Windows Registry
Posted
over 5 years ago
by
ganand
6
Comments
One of the best public document which talks about Registry internals is by Mark Russinovich and I will recommend same before you go ahead with this article. http://www.microsoft.com/technet/archive/winntas/tips/winntmag/inreg.mspx?mfr=true Make...
Digging in
Windows Vista Address Space Load Randomization - The way vista loads DLL's
Posted
over 5 years ago
by
ganand
1
Comments
Lets talk about what is a Dll and why we need it first ... dynamic-link library (DLL) is shared code and data that an application can load and call at run time. A DLL typically exports a set of routines for applications to use and contains other routines...
Digging in
How to isolate a service in its own scvhost.exe
Posted
over 6 years ago
by
ganand
4
Comments
This is a very good public link to read about service control manager internals and how to manage services. download. microsoft .com/download/f/ 3/9/f3900e1e-a45c-45a4-b716-740e553e1f62/SPTCF_SYS.doc Description of svchost.exe http://support.microsoft...
Digging in
How do transition from user mode to kernel mode takes place
Posted
over 6 years ago
by
ganand
1
Comments
NTDLL is used to call into the operating system, which is (generally) in the address range (0x80000000-0xFFFFFFFF). The operating system addresses are not accessible in user-mode; therefore a special protected mechanism (using a CPU instruction which...
Digging in
Dumping out notepad.exe and ntdll.dll
Posted
over 6 years ago
by
ganand
1
Comments
I tried to dump out the headers and data sections of notepad.exe and ntdll.dll to figure out what are their dependents and what are the functions and services provided by ntdll.dll along with service numbers which are used in kernel mode. Microsoft...
Digging in
What changed on Disk when I Enabled Bitlocker and configured bitlocker protected data partitions
Posted
over 6 years ago
by
ganand
0
Comments
I was curious to see what changes Bitlocker make on my raw disk, So i picked my dskprobe and had a quick look and I will like to share a few changes i saw. There is lot more which gets changed but not covered below. On the OS partition...
Digging in
Configuring bitlocker
Posted
over 6 years ago
by
ganand
2
Comments
I thought of giving everyone feel of how easy it is to configure bitlocker on your machine. I picked a test Lenovo T60p machine and opened bitlocker drive encryption applet from control panel. You will get option to turn on bitlocker but before you do...
Digging in
Group Policies regarding Bitlocker and TPM
Posted
over 6 years ago
by
ganand
2
Comments
Last time we talked about what TPM is and how it works and also about clean boot of pcr’s. This time I will like to throw some light on group policies involved with bitlocker. I will only talk about a few and not all. There is a group policy which...
Digging in
Starter for someone who is not familiar with bitlocker part III
Posted
over 6 years ago
by
ganand
0
Comments
Last time we talked about TPM and what exactly it is. This time I will continue from where I left last time. As mentioned TPM is nothing but a device to store the secret or *blob and release it when it has measured and verified the integrity of the boot...
Digging in
Behavior of Bit locker when windows vista based computer resumes from sleep mode
Posted
over 6 years ago
by
ganand
1
Comments
Neither Bitlocker drive encyption feature nor TPM chip provide protection against online attacks against the operating system when resuming from sleep mode (sleep = suspend to memory). The standard Windows protections take care of this if they are enabled...
Digging in
Starter for someone who is not familiar with bitlocker part II
Posted
over 6 years ago
by
ganand
3
Comments
Last time i gave a lay man's overview about bit locker and i stopped at the point why we need a TPM device and what does it do! Basically a TPM device is measuring the integrity of boot components...it’s like i trust A...completely and i asked A to...
Digging in
Starter for someone who is not familiar with bitlocker
Posted
over 6 years ago
by
ganand
1
Comments
This is my first entry for Digging in blog of mine. I thought of giving a brief description of bitlocker as a starter for someone who is not familiar with bitlocker. I will lay down the principle of its working in as simple language as I can. Bitlocker...
Page 1 of 1 (20 items)