1. Choose the site you want to download from.
Saturday, July 26, 2008
Easy Way To Download Videos From Google, YouTube, etc
1. Choose the site you want to download from.
Find The Best Media Over Internet By Yahoo! Player
Enable Right Click On Sites That Disable it
Follow these steps:
1. Open Internet Explorer.
2. Go to "Tools"->"Internet Options".
3. Click on the "Security" tab.
4. Then click on "Custom Level".
5. Scroll down to the "Scripting" section.
6. Now set "Active Scripting" to "Disable".
7. Now a dialog box will appear. Click yes to confirm the change.
8. Click "OK" and close the tools window.
Note: If this tweak causes some problem while surfing some sites, you'll have to turn that setting back to "Enable". This is because generally javascripts enhances a website.
Download Videos Online
Monday, July 21, 2008
How to restrict user's to access shutdown button?
This tip is very interesting for home and some small office users, who wants to restrict user's ability to shutdown their computer. You can hide the Shutdown button from the Start menu using registry editor and also restrict access to shutdown, if a user clicks on Ctrl+Alt+Del.
Follow the given steps to hide system shutdown button from start menu:
- To use this feature, you will need to be logged into your computer with administrative rights.
- Click Start button and type regedit in Run option then press Enter for next.
- Here locate the location to:
- HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Policies\Explorer
- Here in right side panel, right click to create a new DWORD value with name NoClose.
- Now assign number 1 to its value data box.
- Now close the registry editor and restart your computer after any changes to go into effect.
- But next time, if you want to unhide the shutdown button then simply change the value data box to 0 or delete this DWORD item.
- Again close the registry editor and restart your computer after any changes to go into effect.
Control the CD-ROM Autorun Function (Windows NT/2000/XP)
Normally when you insert a disc into your CD-ROM drive, the contents are automatically launched. This tweak allows you to disable this behavior. Open your registry and find the key below. Change to value of 'Autorun', or create a new DWORD value if it doesn't already exist, and set the data to equal '0' for Autorun disabled. Restart your computer for the changes to take effect. Note: This method disables automatically running CD-ROMs. If you want to disable automatically running CD-ROMs depending on the CD-ROM that you insert in the CD-ROM drive, you can press and hold down one of the SHIFT key while you insert the CD-ROM.
Below are its setting in Registry:
System Key:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CDRom]
Name:
AutorunType:
REG_DWORD (DWORD Value)Value: (0=disable,
1=enable)