If you try to run a web application on IIS 7.5 and Windows 7 and you get the following error HTTP Error 401.3 – Unauthorized You do not have permission to view this directory or page because of the access control list (ACL) configuration or encryption settings for this resource on the Web server. it [...]
Read more…Posts Tagged ‘Windows’
Windows batch file to delete old files and remove empty directories recursively
Here is a Windows batch file that finds and deletes old files under a specific directory. In a second step the script removes folders that became empty after deleting the (old) files. Note that the scripts works recursively, i.e. it searches for old files and empty folders in any subdirectory under the specified path. One [...]
Read more…Windows 7: How to edit hosts file
To edit the hosts file on a Windows 7 system just follow the instructions below: Press Windows-Key or click on Windows icon Search for “cmd.exe“ Press Strg+Shift+Return or right click on cmd.exe and select “Run as administrator” Confirm the Windows UAC dialog. Run notepad %systemroot%\system32\drivers\etc\hosts Edit the hosts file and save the changes Close the [...]
Read more…CrashPlan PRO & Windows: How to connect to a remote (headless) CrashPlan PRO client running on Linux
To configure a remote (headless) Linux CrashPlan PRO client with a Windows system follow the step by step instructions below after you have installed CrashPlan PRO on your Windows and the remote system. Close the CrashPlan Application if it is open (you do not need to end the CrashPlan background backup service). Download plink.exe from [...]
Read more…Windows: Search for strings in files recursively
Recently, I found the findstr command on Windows system which can be used to search for strings in files (similar to find combined with grep on Unix). Here is an example that searches for the string “hello world” in all files in the current working directory and all subdirectories (parameter /s specifies recursive search): > [...]
Read more…Windows: Android SDK installer does not find Java SE Development Kit (JDK)
Update 2011-06-25: As suggested in the comments just clicking back button and then next again in the installer could bypass the problem. Thanks to Hatem and tikno07. I was trying to install the Android SDK tools using the Windows installer package recently. Since I had the Java JDK SE 6 Update 23 installed on my [...]
Read more…