Solved Access denied when trying to open .dmp files with WinDbg

wolfpax181

New member
Local time
9:25 PM
Messages
4
A quick run down on where I'm at now:
I've been getting random BSODs, so I found out how to open .dmp files in the D:\Windows\minidump folder. I installed .Net 4.5 so I could install the Windows development kits, installed the kits, then I opened WinDbg and tried to open the folder. The pop up window informed me access was denied. I moved it to the desktop, tried again, same result.

After seeing access denied I did a search and found out about adding the registry hack that allows you to take ownership of a file. I added the hack, right click -> take ownership. No luck after having done so.

If I could get some help getting it open, it would be much appreciated.

Thanks


Edit: As posted below, from the directory with WinDbg.exe I ran it as an Administrator and it worked.
 
Last edited:

My Computer My Computer

At a glance

Windows 7 Home Premium 64 bit
Computer Manufacturer/Model Number
Toshiba
OS
Windows 7 Home Premium 64 bit

My Computer My Computer

At a glance

Microsoft Windows 7 Ultimate 64-bit 7601 Mult...Intel(R) Core(TM) i7 CPU Q [email protected] (Turbo...4.00 GBATI Mobility Radeon HD 5730
Computer type
Laptop
Computer Manufacturer/Model Number
Lenovo Y560 Laptop
OS
Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i7 CPU Q [email protected] (Turbo boost 2.93ghz)
Motherboard
Lenovo KL3
Memory
4.00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5730
Sound Card
(1) ATI HDMI Audio (2) Realtek High Definition Audio
Monitor(s) Displays
1024 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-24A0RT0
Mouse
Logitech M305
Internet Speed
10 Mbps
Antivirus
My brain
Browser
Google Chrome
Other Info
Trying my best to learn.
I double checked to make sure I did everything, and unfortunately it's still telling me:
(Direct from the error box WinDbg gives me when attempting to open the file via open crash dump)
You don't have permission to open this file.

Contact the file owner or administrator to obtain permission.

Am I missing some glaringly obvious step in my frustration with this? And I am going to end up posting the crash dump most likely, I'd just like to take a look at it myself on the odd chance that it's due to something painfully obvious.

Edit: Ha! Got it! From the directory I have WinDbg.exe in, I right clicked it and told it to run as Administrator, then it opened the dump with no issue.
 
Last edited:

My Computer My Computer

At a glance

Windows 7 Home Premium 64 bit
Computer Manufacturer/Model Number
Toshiba
OS
Windows 7 Home Premium 64 bit
I double checked to make sure I did everything, and unfortunately it's still telling me:
(Direct from the error box WinDbg gives me when attempting to open the file via open crash dump)
You don't have permission to open this file.

Contact the file owner or administrator to obtain permission.

Am I missing some glaringly obvious step in my frustration with this? And I am going to end up posting the crash dump most likely, I'd just like to take a look at it myself on the odd chance that it's due to something painfully obvious.

Edit: Ha! Got it! From the directory I have WinDbg.exe in, I right clicked it and told it to run as Administrator, then it opened the dump with no issue.

HAHA wow good job! whats funny is i was about to ask you to do that! anyhow good job, fixed the problem yourself!:)
 

My Computer My Computer

At a glance

Microsoft Windows 7 Ultimate 64-bit 7601 Mult...Intel(R) Core(TM) i7 CPU Q [email protected] (Turbo...4.00 GBATI Mobility Radeon HD 5730
Computer type
Laptop
Computer Manufacturer/Model Number
Lenovo Y560 Laptop
OS
Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i7 CPU Q [email protected] (Turbo boost 2.93ghz)
Motherboard
Lenovo KL3
Memory
4.00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5730
Sound Card
(1) ATI HDMI Audio (2) Realtek High Definition Audio
Monitor(s) Displays
1024 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-24A0RT0
Mouse
Logitech M305
Internet Speed
10 Mbps
Antivirus
My brain
Browser
Google Chrome
Other Info
Trying my best to learn.
Back
Top