Skip to main content

Posts

Showing posts from November, 2011

Download audio(mp3) from video

Many are eager to download the audio from video from websites like Youtube . But their is no direct option to do this process. In my searching I came to know a web-based converter which download the audio from the video. The web-base converter is  http://www.vidtomp3.com . Copy your video url and paste it in the box given in the above website. Then press download button, it gives the audio download link. Download the audio from the audio link. Its very simple and useful

Change your Windows xp into W7

Make your Windows xp into W7 If your using windows xp and you want to experience W7 without installing it. Then here is a simple app to feel the experience of W7. With this simple app and few clicks you can your Windows xp looks like W7.  It supports Windows XP, Windows 2003, Windows Media Center Edition and some other flavors of XP. Will work with only 32 bit edition of Windows. Just download it and install . Download Seven Remix XP  and transform your windows xp . On Screen Keyboard On screen keyboard is one of the coolest windows features that displays a virtual keyboard on the computer screen that allows people with mobility impairments to type data by using a pointing device or joystick.. To use it go to start-> run and type osk

Delete Recycle bin icon from your desktop

Many are tried to remove their Recycle bin Icon from their desktop, but they felt difficult to remove it. But here is a simple technique to remove Recycle bin Icon by using CMD(command prompt). Just follow the simple steps stated below to delete the Recycle bin Icon. Steps to remove recycle bin icon from your desktop :- 1. Click Start and go to Run (Windows + r is a shortcut to open Run) 2.Then type gpedit.msc, it opens user configuration 3.User configuration->desktop->remove recycle bin from desktop->double click->change it not configured to enable->apply and ok. 4.Now again come to Run and type gpupdate.exe and press enter. Now your recycle bin Icon will be disappeared from the desktop. To get back recycle bin again you need to revert your settings. After reverting settings make sure that you need to run gpupdate.exe command.

LOCK YOUR FOLDER WITHOUT ANY SOFTWARE

Make your data secured in the folder by keeping lock without any software Open notepad and then paste the below code cls :End @ECHO OFF title Folder Locker if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Locker goto MDLOCKER :CONFIRM echo Are you sure u want to Lock the folder(Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo Invalid choice. goto CONFIRM :LOCK ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter password to Unlock folder set/p "pass=>" if NOT %pass%==pavan goto FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker echo Folder Unlocked successfully goto End :FAIL echo Invalid passw

USB AS RAM IN WINDOWS7 AND VISTA

Make use of your USB to speed up your PC. By the Ready Boost Technology from microsoft, we can convert   the flash memory into virtual primary memory. We cannot use ReadyBoost in our computer with all kinds of USB memories. It should meet some minimum requirements to enable Ready Boost Technology. Using USB as RAM is very easy and it is very useful to speed up your PC. System requirements to use USB memory as virtual system memory  USB memory should be minimum of 256 MB.  USB memory should have access time of 1 ms or less.  It should have atleast 2.5 MB/s read speeds and 1.75 MB/s write speeds. Follow the steps to convert USB as RAM:  Connect USB memory to the computer(maximum connect the usb to the backport of CPU). Open "my computer" and then right click on USB drive and take properties. 3. Click on tab ReadyBoost and apply. Now your USB will be converted into virtual RAM.