Category Archives: Microsoft Windows

Basic Network Commands in Windows

Today, I will show some Network commands used in Windows Operating System. You might use some of the command daily and some of it which is useful but you have never used it. nslookup This is a tools that always … Continue reading

Posted in Microsoft Windows, Web Site Tips | Tagged , , , , , , , , , , , , , , , | View Comments

Microsoft WebMatrix Beta

Microsoft WebMatrix is a cool thing that allow you to easily support and install your application within your server without much knowledge on how to manually setup your IIS, database engine, etc. With WebMatrix, you can easily install IIS Developer … Continue reading

Posted in Microsoft Windows | Tagged , , , , , , , , , , , , | View Comments

Delete IIS Web Sites, Applications and thier content with Web Deploy

When you install your Web App Gallery through Web Platform Installer, you might ask how to delete the application. As Windows do not provide MSI or installer, hence you are not able to easily remove them from Window Programs Menu. … Continue reading

Posted in Microsoft IIS, Microsoft Windows | Tagged , , , , , , , , , , , , , , , | View Comments

Windows Schedule Task 0×80070005: Access is denied

When you setting up a scheduled task from your Windows Server 2003, sometimes you might find out the error as below. Error 0×80070005: Access is denied. You might wonder what wrong with your scheduled task and how to fix it, … Continue reading

Posted in Microsoft Windows | Tagged , , , , , , , | View Comments

Disable Windows Restart after Windows Update

By default, when your Windows Update done, it will request for a reboot and the annoyed prompt will prompted all the time. Although it allow you to select remind me in 10 minutes, 1 hour and 4 hours, but sometimes … Continue reading

Posted in Microsoft Windows | Tagged , , , , , , , , , , , , , , , , , , , | View Comments

SysInternal: RAMMap

Windows Sysinternals released RAMMap on June 2010. This tool used to analyze the RAM usage of a box. It is compatible with Windows Vista, Windows 7, Windows Server 2008 or higher. With RamMap, you may do the following: – Use … Continue reading

Posted in Microsoft Windows | Tagged , , , , , , , | View Comments

Windows Error Codes Lookup Tool

With Windows Operating System, you might sometimes get some Windows Error codes that you might not know what is that error stand for. You may now get the Windows Error Codes Lookup Tool(WELT) to understand what is that error stand … Continue reading

Posted in Microsoft Windows | Tagged , , , , , , , , , | View Comments

Using URLRewrite mappings in separate file

Nowadays, Programmer rarely know that .Net Framework could actually do the rewrite through the .Net URL Rewrite itself without using the third-party application to call the .htaccess rules from Apache and do not need to use APE to run the … Continue reading

Posted in ASP.Net | Tagged , , , , , , , , , , , | View Comments

How to Edit Windows Host File?

If you are the webmaster of a website and you often modify your script and update directly from the server, you will need to always check if you are resolved to the correct testing box(servers). By modify the Windows Host … Continue reading

Posted in Microsoft Windows | Tagged , , , , , , , , , | View Comments

Scheduled Task for .aspx (ASP.Net) file

Normally you may set the scheduled task easily by calling the program or script that you are using/coded, however if you come with the ASP.Net script, are you able to call through the asp dll library directly? The answer is … Continue reading

Posted in ASP.Net, Microsoft Windows | Tagged , , , , , , , , , , , , , | View Comments