If you want to create shortcuts to your favorite URLS but don’t want them to show in your Favorites folder:
1. Start Regedit
2. Go to HKEY_LOCAL_MACHINES / Software / Microsoft / InternetExplorer / AboutURLs
3. Add String Values with the shortcut name you want to use
4. Give them the value of the URL you want the shortcut to go to
5. Then from the Internet Explorer, simply type about:shortcut_name
admin Web
To specify the default download directory for the Internet Explorer
1. Start Regedit
2. Go to HKEY_CURRENT_USER\ Software \ Microsoft \ Internet Explorer
3. Add a String value called Download Directory
4. For it’s value, enter in the Directory where you want your downloaded files to go
Disabling the Ability to Change the Default Download Directory
===============================================================
If you want user’s not to be able to change the Default Download Directory
1. Start Regedit
2. Go to HKEY_USERS \ .DEFAULT \ Software \ Policies \ Microsoft \ Internet Explorer \ Restrictions
3. Create a DWORD value called NoSelectDownloadDir
4. Give it a value of 1
admin Web
Normally you can only download four files at a time with Internet Explorer.
To increase that to as many as you want:
1. Start Regedit
2. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
3. Change the MaxConnectionsPer1_0Server to whatever number you want
4. Change the MaxConnectionsPerServer to whatever number you want
admin Web
You can easily determine when a web page was last updated.
Open up the page you want.
Enter javascript:alert(document.lastModified) in the Address bar
Note: You only need a java capable browser
This is shown in the figure below:

An Easy Way to Do It
====================
To use this without all the typing each time:
1. Open C:\Windows\Favorites folder in Explorer
2. Copy (you must copy, NOT make a new shortcut) any existing shortcut in that folder.
3. Paste it back to the same (C:\windows\favorites) directory
4. Right click it, click properties, in the URL: box put in your tip javascript:alert(document.lastModified)
5. Then rename it, I named it Date Info.
That’s it, it’s always there in Favorites when you want it.
admin Web
If you have been using MS access database in your ASP.Net application and getting the exception, “File is exclusively locked by another application”. The exception is shown in the figure below.

The solution is simple. Right click the folder in windows explorer that contains .mdb file, click on Properties. Now select Security tab.

Give the full control to ASPNET user. This is shown in the figure below:

This will resolve the issue.
admin .Net
Recent Discussions