Windows Fix Random (Seemingly) Port Blocks on Localhost Loopback Interface It has been a really, really long time since I have written a blog post. This blog post talks about a recent problem which I encountered, forgot to write about on how I solved it and it bit me back again after some time!
Azure OpenSSL Hanging Up When Trying to Convert Certificates on Windows This post is more about me needing this again in the future because I keep on forgetting this from time to time. I was recently trying to convert certificates from PEM format to PFX format so that they could be uploaded to the Azure
C# Copying & Compressing Files Via Shell32 in C# There are often times when you have to copy files from one place to another in a C# application. While developing BSOD Inspector, I did not use the methods which are available in the Dot Net Framework to create ZIP file which contained multiple
BSOD Inspector BSOD Inspector BSOD Inspector After a long time, the BSOD Inspector is finally out of BETA. I have tried my best to get the information quickly which is needed to debug Blue
2502 Resolve Error 2502 or 2503 While Installing Programs Recently while trying to install programs, I started getting the Error 2502 pop-up which was followed by Error 2503. The pop-up for Error 2503 followed Error 2502. The problem occurs
Articles File Associations and Shell Spawning Howdy! It has been a long time since I have written a blog post. Well here I am with another blog post in which Gary (Oh My! from BleepingComputer) explains File Associations and Shell Spawning in Windows or in other words, how Windows decides
Articles Where Did My Storage Space Go? WinDirStat is here! Often, I am asked the question “Where Did My Storage Space Go?”. In this post, I would try to solve that problem. Let me begin this blog post with a recent experience I faced due to the use of Download Managers. Day before yesterday,
Articles You Are Your Computer Security! It has been a long time now since I wrote an article. In this blog post, I will explain (and teach as well) how and why people need to be
Articles How to access Website using FTP in Windows In this post, I would be showing how to connect to a website using FTP (File Transfer Protocol) to access/modify the files without using any kind of software on
Articles Debugging Critical_Structure_Corruption (0x109) So, it has been a really long time since I have posted. Let’s get this started quickly now, shall we? Today’s post is on Debugging a 0x109 bugcheck
Articles Dynamic Linked Libraries, DLLs Explained Dynamic Link Library? Some of you might say that seriously what am I talking about but you would be amazed to know that the Dynamic Link Libraries play a very important role in the proper functioning of the Operating System and other Win32 Applications.
case BSOD - Kernel_Data_Inpage_Error / Page_Fault_In_Nonpaged_Area BugCheck Codes – Kernel_Data_Inpage_Error (0x7a) Page_Fault_In_NonPaged_Area (0x50) Issues Faced by OP – Lots of bad sector errors in the Event Log Random BSODs Used chkdsk /f /r but this did not fix the issue. What Fixed The Problem – [quote]
case BSOD - WHEA_UNCORRECTABLE_ERROR 0x124 Bugcheck Code – WHEA_UNCORRECTABLE_ERROR (0x124) What the problem was – Random BSODs on a new machine No use of changing Memory Modules System – Custom Desktop What Fixed The Problem – Removed Gigabyte Easy Saver Removed Gigabyte Easy Tune Link – http://www.eightforums.com/bsod-crashes-debugging/55631-bsod-when-computer-idle.
Articles Is There Any Benefit in Refreshing The Desktop in Windows? I encounter so many people everyday who simply love pressing F5 button on the Keyboard when they are on the Desktop. I have seen some people actually right clicking and then hitting the Refresh Button as well. Yea, I am talking about the Geeks
Articles Windows Hardware Error Architecture Visited! Most of the Debuggers which do debugging over the Windows Operating System and analyze loads of Dump files generated by Windows would be familiar with the WHEA or the Windows Hardware Error Architecture or also known as by it's bug check code 0x124. This