You must be boring when waiting for a long boot time in window. But do not worry, these steps will get your Windows more faster in its boot time.
Here are the following steps to get your windows boot time more faster:
Step-1: Open The Notepad Application. Insert a command like :
del c:windowsprefetchntosboot-*.*/q
Save the file as ntosboot.bat in c: directory
Step-2: Click Start menu > Run > type : gpedit.msc
Step-3: Click Computer Configuration > Windows Settings > Script > Click twice on shutdown
Step-4: In Windows Shutdown Properties click add then browse. Find your ntosboot.bat file, then click open.
Step-5: Click OK, then Apply and click OK again to finish it.
Step-6: Click Start Menu > Run > type : devmgmt.msc
Step-7: Click IDE ATA/ATAPI controllers > Primary IDE Channel (click twice to pen the properties)
Step-8: Select Advanced Settings. On the Device 0 or Device 1 change Device Type into None (Or change to unlock Device Type Selection)
Step-9: Click IDE ATA/ATAPI controllers > Secondary IDE Channel (click twice to pen the properties). Repeat the Step-8 instructions.
Step-10: Restart the Computer and see the difference.
Good Luck.
read more ...
30 September 2010
Boost Up Your Windows Boot Time
Hiding Files Behind The Picture
By Hiding files behind the image file, no one can see where the document is.
Here are secret steps to hide our important files behind the image file. But, do not forget to install WinRar to used to extract files later.
First: Collect files you want to hide and compress them with Winrar into a file and give a name such as secret.rar
Second: Prepare an image file (.jpg, .gif .png or other). Ex: picture.jpg
Third: Put Both file (secret.rar and picture.jpg) into a new folder
Fourth: Open Command Prompt and go to a new folder then type a command like:
c:>copy /b picture.jpg+secret.rar picturenew.jpg
Fifth: Thus command will generate a new file with the name of picturenew.jpg. It seems there was no changed with a previous picture.jpg file. Try to open with your Image Viewer, it looks no sign that the files was contained with our secret documents.
Sixth: How to open the file? Right click on picturenew.jpg and select Open With > Choose Program > Select Winrar > OK
You will see the secret files and ready to extract.
Good Luck.
read more ...
28 September 2010
Creating a Private Folder in Windows Without Using a Software
Sometimes, folder needs to be unseen by other. But how can we create a private folder without a password tool software ? Here are steps for creating a private folder and you can lock the folder with your password (without using a software).
1. Open the Notepad in Windows, copy and paste the code below :
cls
@ECHO OFF
title Folder PrivateFolder
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST PrivateFolder goto MDLOCKER
:CONFIRM
echo Do You want to lock Your PrivateFolder ? (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 Select Y or N.
goto CONFIRM
:LOCK
ren PrivateFolder “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
echo PrivateFolder Locked
goto End
:UNLOCK
echo Enter Password
set/p “pass=>”
if NOT %pass%== enterpassword goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” PrivateFolder
echo PrivateFolder Opened
goto End
:FAIL
echo Wrong Password
goto end
:MDLOCKER
md PrivateFolder
echo PrivateFolder successfully created
goto End
:End
2. Change the text of “enterpassword” with the password you want.
3. Save As the file with the name of locking.bat on your desktop
4. Click the locking.bat ( it will generate a folder with he name of “PrivateFolder” )
5. Click the file and select “Y” to lock the folder.
6. To Open the Folder click the file again and enter the password.
Good Luck.
read more ...
Finding Names in Social Networking Sites with Google
If you want to find someone’s name on social networking sites like Facebook, Friendster, Hi5, Myspace and Twitter without being entered first in each of those sites, then you can use google search engine.
By using some specific keywords, you can very easily search by using google to find your friends at social network sites (Social Networking).
Here are some keywords to find your friends on social networking sites by using google :
1. Looking for someone’s name on Facebook
intitle: “name you wish to search ” site: facebook.com
2. Looking for someone’s name on Friendster
intitle: “name you wish to search” site: profiles.friendster.com
3. Looking for someone’s name on Hi5
intitle: “name you wish to search” site: hi5.com
4. Looking for someone’s name on Myspace
intitle: “the name you’re searching for” “on MySpace” site: myspace.com
5. Looking for someone’s name on Twitter
intitle: “the name you’re searching for” “on Twitter” site: twitter.com
Good Luck.
read more ...