Posts

Showing posts from March, 2015

Microsoft: How to mount ISO image in Windows 2012 server and windows 2012 R2 Servers

Image
How to mount ISO image in Windows 2012 server and windows 2012 R2 Servers On Microsoft Windows 2012 server  or Windows 2012 R2 server , it supports to mount ISO without any third-party software. 1, On Windows 2012 or 2012 R2 servers, Login as Administrator user 2. Launch " Windows Explorer ", navigate to C drive or any share path where the ISO is placed 3. Right-click the ISO file and mount.   4. Click " Mount ". Remark: We can also perform  "Mount-DiskImage -ImagePath <Image location> " to mount  a ISO and VHD file. To dismount the disk image, we can perform " Dismount-DiskImage -ImagePath <Image location> " to dismount it.

Windows: How to debug the Dump file by using WinDbg

Image
I have collected this document which helps us to analyses the kernel dump and various dump occur in windows server. List of Windows Tools used to analysis the OS •           WinDbg, KD, CDB, and NTSD Debuggers Debugging Tools and Symbols •           About WinDbg •           To Prepare for a Debugging Session •           About the Microsoft Symbol Server •           To use the Microsoft Symbol Server •           Symbols and Symbol Files •           Windows Symbols Kernel-Mode Dump Files •           Varieties of Kernel-Mode Dump Files −        Complete Memory Dump −         Kernel Memory Dump −         Small Memory Dump •           Creating a Kernel-Mode Dump File •           Enabling a Kernel-Mode Dump File Forcing a System Crash •           Debugging a Stalled System •           Forcing a System Crash from the Debugger •           Forcing a System Crash from the Keyboard •           Creating a Dump File without a System Crash •           Verifying the Creation of