Skip to main content

Most Useful Tips N Tricks to work faster on Computer....!



 Create shortcut for removing pendrive
 
Rather than clicking on the task bar and then safely removing the pendrive you can eaily do so creating a shortcut:


1)Create shortcut on your desktop by right click and selecting new shortcut from the menu.


2)Type "RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll" click next and then finish.


shortcut is created and now you can assign a shortcut key to it.


just right click on it and select properties-> click on shortcut tab -> assign a shortcut key to it(it will take clrt + alt by default)


eg: if you press 1 shortcut will be ctrl+alt+1


 watch secret star wars in win xp
1) Open RUN Prompt and type "telnet" (Without quotes). You can find Run Prompt by pressing the Windows and R button together or you can find it in the Start Menu.

2) A Black color Command box appears.

3) Type O and press Enter. ( O stands for Open Port in Microsoft Telnet ).

4) Now type after the prompt "towel.blinkenlights.nl" without the quotes

5) Press Enter and Voila!!!! , You will see Star Wars Movies being played out.


What amuses one is the characters in the movie , the environment , and the fonts are made out of all the characters in ASCII table.

U must have an internet connection .speed do doesn't matter


Lock Your Computer on Mouse Click!
 
Instead of pressing CTRL+ALT+DEL or windows + L to lock your machine you can create an icon to lock your machine. There are very simple steps by using it you can simply lock your computer using single mouse click.

Just Follow the simple step >>

1. Right click an empty spot on the desktop, point to New and click Shortcut.

2. In the Create Shortcut dialog box, type the following in the 'Type the location' of the item text box:


Quote:
rundll32 user32.dll,LockWorkStation


3. Click Next

4. In "Type a name for this shortcut", type "" (any name as u wish) and Click Finish

5. This will Create a shortcut in your Desktop.

6.Now each time when you want to lock the computer , Just click on this shortcut.




Paste an image to your folder's background..

First of all, select ur desired folder..
and hit "ALT+ENTER".. a properties dialog will pop up..
go to » Customize tab » Customize. There, choose any icon, click Apply and OK.

now in the address bar of ur folder.. type "\desktop.ini" before ur folder's path..
a file named "desktop.ini" will open in notepad..
just add these lines on it..


Quote:
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
IconArea_Image=C:\path\folder\background.jpg


To customize this according to your needs, edit the path in the last line to reflect to the location of the image you wish to use as the background image for that folder. Refresh the folder and the new background should appear.

now, to remove the default icon chosen during the creation of the desktop.ini and restore the default folder icon, delete these lines of code from within the desktop.ini file:


Quote:
[.ShellClassInfo]
IconFile=%SystemRoot%\system32\shell32.dll
IconIndex=(some number)
Done..!


 Make your Windows XP talk as you type..

Open a text file in notepad and write:

copy from here:-

Dim msg, sapi

msg=InputBox("Enter your text","Talk it")

Set sapi=CreateObject("sapi.spvoice")

sapi.Speak msg

Save the file with a (*.vbs) extension, it will create a VBScript File.

Then after clicking the .vbs file, it will prompt you for a text, input the text and press ok.

Enjoy..



Try to create a folder

In windows we cannot use the name CON for any folder.. even tech from the Microsoft couldn't resolve it..
But here again, is the solution to create the folder named con and other system variables.

1) go to run dialog.
2) type cmd/command (command prompt gets opened)
3) go to root directory like C:\ or D:\ etc
4) type md\\.\\c:\\con ....(here is done)
5) check the folder on the respected drive.


Get better youtube quality videos


Step1: Click to video that you want to see, the link will display on Address bar. E.x:



Step2: Add &fmt=6 to the end of that string. That address like:



Enjoy it ! The higher quality video !!!

Step3: Add &fmt=18 to the end of that string, you'll have the best quality video with direct download link !


Note: Appending &fmt=6 to the URL delivers a 448x336 resolution version of the video and appending &fmt=18 delivers a even better 480x360 resolution version.



Change the Default Location for Installing Programs

XP uses the C:/Program Files directory as the default base directory into which new programs are installed.
However, you can change the default installation drive and/or directory by using a Registry hack.
Run the Registry Editor and go to

Quote:
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion
Look for the value named ProgramFilesDir.
By default, the value will be C:/Program Files.
Edit the value to any valid drive or folder; XP will use that new location as the default installation directory for new programs.


How to lock a folder with a password without a software

Steps:

1- make a new folder ( name it as you like )

2- inside this folder make a ( TXT ) file & copy inside it this (the entire thing)


Quote:
: cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you 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 Private "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%== password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End


3- After u copy the Commanding go to line 23 (or try using shortcut- CTRL+F and type password to locate the line) u will find this word : password here (Change it with any password u like.) is :

eg:
Quote:
if NOT %pass%== narnia1234 goto FAIL
//so ur password here becomes narnia1234 .//


4- After that go to ‘save as’ & name this file as "locker.bat "

5- Now back to the folder & u will find a ( LOCKER ) commanding.
(locker.exe)

6- Double Click on it & u will find a new folder (Private )

7- Ok ,, now copy what u want in this "private Folder" & after that come out of the folder, and Double click on locker again. It will open and ask if you want to lock your folder? Y/N ?

8- Type Y. your private folder will dissapear.

9- If you want to UNLOCK your folder ,go to (locker) & type your pass and you will see your private folder.

it not only hides the folder, but incase, u unhide all files... and try opening it without entering password, it'll take u to the control panel...

Also, if u want to store files on your Pen-Drive, u can use this script. No Software Required

Incase u delete your Locker file (just in case), then u can make a new one (but with the same password) and open it from that.

Alternatively, u can keep this locker file somewhere else, and when u want to open ur folder, only then bring it back to that place .   



 How to recover Windows XP administator password 

Lost User Passwords. (Windows XP)

If you have lost or forgotten a user account password in Win XP, simply log in as the computer administrator, and go to control panel, user accounts. Here you will be able to reset the password for any of the systems user accounts.

Lost Administrator Password. (Windows XP)

Slightly more work needed if you lose or forget the Windows XP administrator password.

First reboot Windows XP in safe mode by re-starting the computer and pressing F8 repeated as the computer starts up. Then (in safe mode) click Start and then click Run. In the open box type "control userpasswords2" without the quotes - I have just used quotes to differentiate what you have to type.

You will now have access to all the user accounts, including the administrators account and will be able to reset the lost password.

Just click the administrators user account, and then click Reset Password.

You will need to add a new password in the New password and the Confirm new password boxes, and confirm by clicking OK.

All done, you have recovered the lost administrators password!

PC Hacks: 100 Industrial-Strength Tips & ToolsWrist Pulse Oximeter PC68b - Easy Movement PC-68B Finger Tip Probe, record the data and transfer it to your computer for analysis (optional)Survival Optics Sunglasses Sos Wraps / Hurricane Sunglasses Available options: Frame - Tr90 Aluminum Brown W/ Black Tips, SOS Logo / Lens - Pc Decenter Brown-fm Model 3513Tips, Tricks & Trips For Microsoft's Flight Simulator X

Comments

Popular posts from this blog

Kelly Brook Bicycle Riding In Sexy Pink Skirt At London Sky Ride

Kelly Brook Up skirt Bicycle Riding In Sexy Pink Skirt At London Sky Ride

EXXXOTICA EXPO 2011 SIZZLING HOT PORN STARS...!

EXXXOTICA is a three-day adult-themed event produced by Victory Tradeshow Management. Billed as a "Celebration of Sexy", EXXXOTICA Expo shows are held yearly in Miami Beach, New Jersey (formerly billed as Exxxotica New York), Los Angeles, and Chicago. First held in 2006, EXXXOTICA has featured some of the most recognized names in the adult industry, including Jenna Jameson, Tera Patrick and Ron Jeremy.

Sexy And Beautiful Singer Aly Michalka

Alyson Renae Michalka (born March 25, 1989), often credited as Aly, is an American actress, singer-songwriter, guitarist, and pianist. She is perhaps best known for her roles as Keely Teslow in the Disney Channel Original Series, Phil of the Future , Charlotte Banks in the feature film Bandslam, and as Taylor Callum in the Disney Channel Original Movie Cow Belles. She is also known as one-half of the musical duo 78violet (formerly Aly & AJ) with her sister Amanda Michalka