Fix Internet or Restricted in .resx Files

If you download a Visual Studio project as a .zip file, it might get flagged as blocked because it came from an internet zone. Some applications, such as Visual Studio, will mark this as an untrusted document. You will get a similar error to the following in Visual...

Unhide the Public Desktop in Windows

The Public Desktop in Windows is hidden by default. This desktop is the best place to install shortcuts for sharing with multiple users on a computer. To unhide this folder, follow the steps below:   Login to the computer as the administrator user. Browse with...

Redirect the Home Page Only with .htaccess

When a website is redirected to another site, it may be necessary to redirect the home site to a local page instead of the new URL. This can be to show redirect information or just show a logo on the old web site. The redirect info can be written in the .htaccess file...