Monday, April 29, 2013

How to change startup sound in Windows

Hello friends!

Whenever you start your computer or laptop a sound is played when the user logs on.
If you want to change that sound and play your own...perform the following steps:-

Step 1 : Open Control Panel (start->control panel)

Step 2 : Click the Sound and Audio Devices tab.

Step 3 : Click on the Sounds tab and select the sound you want to change from the list at bottom titled                                                                                       "Program events"  (for startup sound select Start Windows).

Step 4 : Click the Browse button and select the sound(music file) of your choice (The sound must be of .wav format)

Step 5 : Click the OK button

Thats all...
Now when ever you will start you computer the sound of your choice will be played.

Tip : 1. Record a welcome message in your own voice using voice recorder and select it as a startup sound.
        2. You can also change other sounds just by selecting the sound you want to change in the Step 3.

Saturday, April 27, 2013

How to Hide/Lock folder in Windows OS without any software

Hi Friends!

Ever wanted to store important data and dont want any body to see it...If yes, continue reading....

If you want to store important data in your computer so that no body can find it.. perform the following steps.






Step 1 : Open Notepad.
Step 2 Copy the below text and paste in the opened text file.

cls
@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%==ajay 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 password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End




Step 3 : Search for ajay in this file and replace the password "ajay"  with the password you want to give.
Step 4 : Save the file as LOCKER.bat  (you can give any name but .bat is essential)


Now double click on the saved .bat file (Locker.bat ). First time it will create a new folder "Locker". Put your data into it. Now to lock/hide the folder again double click the Locker.bat file, it will ask for confirmation...press y  and enter. The newly created folder Locker in which you put your data will be hidden. (If it renames to control panel just refresh).

This folder(Locker ) and your data will still be stored at the location where you saved but it will not be visible ...even the Search of Windows will not be able to search it.

In order to see the folder again, double click the Locker.bat file... this time it will ask for password. Type the password which you changed and press enter.

Repeat the process whenever you want to hide/show the folder.

In case of any problem please write in comments...

Thats all.....
Enjoy....

How to change the text of "Start Button"

Hello Friends...




If you are using Windows XP and  a little bit creative , you would have definitely thought of changing the text of start button...and if you want to do that...just keep on reading...

For doing this there are a lot of ways...We are going to see the simplest of all...


Just download the simple, light weight utility Start Button Caption


DOWNLOAD

With Start Button Caption you can easily set the start button text of Windows XP.

After downloading, double click on StartB.exe and type the name you want.

Thats all....
Enjoy...

How to change the text of "Start Button"

Hello Friends...

If you are using Windows XP and  a little bit creative , you would have definitely thought of changing the text of start button...and if you want to do that...just keep on reading...

For doing this there are a lot of ways...We are going to see the simplest of all...

Just download the simple, light weight utility Start Button Caption

DOWNLOAD

With Start Button Caption you can easily set the start button text of Windows XP.

After downloading, double click on StartB.exe and type the name you want.

Thats all....
Enjoy...

Friday, April 26, 2013

Free Download Ubuntu 13.04 'Raring Ringtail'

The new version of the world's most popular free (and open-source) PC operating system, Ubuntu, is now available as a free download from Ubuntu.com

DOWNLOAD





Download, Install and experience the difference...

Thursday, April 25, 2013

How to create an undeletable folder




Here we are going to see how we can create a new folder in windows that can not be deleted.
We do not require any software for this. Just some simple steps and thats all.
Follow these basic steps...


  1. Open "run"(Start Menu->Run)
  2. Type "cmd" (without quotes).
  3. Go to the location where you want to save the folder (using basic commands of command prompt like 'cd' or 'cd..')
  4. Type "md con\" (without quotes).  ("md" stands for make directory)


Hurrrray Done.....

A folder named "con" is created. It is undeletable.


Now to delete that folder..(You must be thinking if it is undeletable how can we delete it???? Here Undeletable means cannot be deleted as normally we do)

Follow the above steps upto step 3 and Just replace the "md" in step 4  with "rd". ("rd " stands for remove directory)

Thats all.....
The folder is removed.

Write in commnets in case any help is required.

Thankyou

Delete Undeletable File in Windows





How to delete undeletable files in windows?
You would have many times run into a situation where you wanted to delete a file, but Windows  didn’t allow you to do it. These thing have happened with me several times.
This happens because explorer.exe locks the files which are in use, Usually, such files should not be deleted but situations may arise when you need to delete the files.
Fortunately, there are a few easy solutions to delete the undeletable files.
 1st Mehod : Kill explorer.exe
  1. Open the command prompt
  2. Go to the location where the locked file is(using basic commands of cmd like cd and cd..)
  3. Open the task manager (ctrl+alt+del  or right click on task bar and select 'start task manager' )  , select the Processes tab
  4. Right click on the explorer.exe process and select “End Process” button
  5. Go back to the command prompt and type "DEL <filename>" without quotes and replace <filename> with the name of the file you want to delete.
  6. Bring up the task manager windows again
  7. Select file->new task
  8. Type explorer.exe in the “create new task” field
  9. Press OK.
 Method 2 : Use unlocker (Need software)
Unlocker is a very useful freeware that will allow you to unlock any files that are currently in use by Windows. You’ll know if this is happening if you are getting any of these messages when trying to delete a file:
    • Cannot delete file: Access is denied
    • There has been a sharing violation
    • The source or destination file may be in use
    • The file is in use by another program or user
    • Make sure the disk is not full or write-protected and that the file is not currently in use
Unlocker will make things right again for you.
You’ll notice that right after installing the software, a new option named “unlocker” will appear when right clicking any files or folders in Windows Explorer. To unlock a locked file, just right click it, select unlocker, and the unlocker software will start. Then, click “unlock all” and close the software. Now that your file is unlocked, just delete it in Windows Explorer, as you always do.


Hope you are happy now...