Monday, March 29, 2010

CHANGE DRIVE LETTER IN XP

1 Right click “My Computer”.
2 Drag down to “Manage” and click “Manage”.





































3 In the “Computer Management” sidebar click “Disk Management”.
Right click on the drive letter you want to change. Please read warnings before continuing any further!
If you can’t see the drive letter you want to change you can scroll down.
For a drive that has “Online” under it, the drive letter will be in the media area.




For a drive that has “No Media” under it, the drive letter will be in that same box. 



5 Drag down to “Change Drive Letter and Paths…” click “Change Drive Letter and Paths…”.
















In the “Change Drive Letter and Paths for (drive letter:)” window, click “Change…”





















In the “Change Drive Letter or Path” window click the dragdown selection box with the drive letter in it and click the letter you want the drive to be.








A warning will pop up reminding you that changing the drive letter can cause your programs to fail. If you are confident that you want to still want to change the letter, click “Yes”.












If you have a program using the drive you want to change, you will get an additional warning. Unless you really know for certain what you are doing, select “No” and find the open program.

MAKE UR OWN LOCKER THROUGH NOTEPAD


Just copy the following code in the notepad and save as a .bat extension.
eg- lock.bat,etc





















in the 13th line from d end, it says- ‘if NOT %pass%==kingstoneee goto FAIL’
here, d password is kingstoneee.Cut dis n give ur own password..
After saving ,double click on it and u will get a folder by the name ‘Locker’ where u hav saved dis file.
Then put ur stuffs in dat locker n double click on ur .bat extension…
it will ask u to hide locker, Y/N..
if u press Y d locker will be hidden n even if u goto tools – show hidden folders u wont be able 2 see dis locker folder..
nxt tym when u want 2 open dis locker.,double click on .bat extension n it will ask u for ur password…!
the code is -

Quote:
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%==kingstoneee 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

SAFE UR CLIPBOARD FROM HACKING






















 Ctrl+C may be the most important work we do everyday. But it’s not a very safe thing to do. Read on to know why. What happens when you press Ctrl+C while you are online. We do copy various data by Ctrl + C for pasting elsewhere. This copied data is stored in clipboard and is accessible from the net by a combination of Javascripts and ASP. This is called clipboard hack problem.

Just try this:
1. Copy any text by Ctrl + C
2.Click the Link: Retrieve Clipboard Text To A Web Page With Javascript – Make Sure You Do Not Allow Someone To Gather This Information, It Is An Exploit In Many Eyes
3.You will see the text you copied was accessed by this web page.
Surprised! I know you are because i was also surprised to see it. Do not keep sensitive data (like passwords, credit card numbers, PIN etc.) in the clipboard while surfing the web. It is extremely easy to extract the text stored in the clipboard to steal your sensitive information. Forward this information to as many friends as you can, to save them from online frauds!
It is true, text you last copied for pasting (copy & paste) can be stolen when you visit web sites using a combination of JavaScript and ASP (or PHP, or CGI) to write your possible sensitive data to a database on another server.
How Cipboard Hack is done?
The Clipboard hack is done by the following Source Code:
How to safeguard yourself from Clipboard Hack Problem?
To avoid clipboard hack problem, do the following:
1.Go to internet options->security.
2.Press custom level.
3.In the security settings, select disable under Allow paste operations via script.
Now the contents of your clipboard are safe

STOP A RESTART PROCESS IN 3 STEPS

















1. Go to Start menu
2. Click on RUN
3. Enter the following command excluding hashcodes “shutdown -a”
its Done  

10 STEPS YOU SHOULD DO WHEN YOUR COMPUTER HANGS













1. Click on “ctrl-alt-delete” keys.

The windows task manager will then open, click on all programs that you don’t need and end the task. You will see that all programs on your taskbar will close one by one. If this will resolve the issue! – then save! (tip# 1: if you’re working on an MS Office application, it will automatically save your file in case the programs suddenly shut down — tip# 2: always save your file at least every 2 minutes by just simply clicking on the “diskette icon”— its just one click!)

 
2. If it did not resolve the issue,
are there some users logged on that computer? If so, go to switch user (for XP) and log off that user, go back to your log on screen and log on again.
The reason the computer hang up is because if there are many open programs and applications, these retains in the memory, if it is too much for the memory to handle, it freezes! Another reason too the computer hang up is because if you are connected to the internet via dial up, and you are running too many applications and opening many websites. So I suggest, if you are multimedia user or a heavy internet user, then you are better off with a higher memory, at least 512Mb of memory.
There are simple ways to avoid computer to freeze or hang up:

3. Clean your history at least once a week
>tools>internet options>clear history. I normally set my history to “0”, meaning, when I restart my computer, it doesn’t save history pages that I have visited

4. Delete all internet temporary files
>tools>internet options>delete files (do the “offline” content too!)

5. Delete cookies
(some do not do this, but I do delete cookies at least once a week!) >tools>internet options>delete cookies
6. Remove unnecessary programs that you no longer use
they are just occupying space and memory! >control panel>add/remove programs

7. Do defragmentation at least once a week
>point the mouse to “start” button, then right click “explore”>right click the mouse pointing to drive C (which is usually the main system logical drive) >properties>tools>defragment now

8. You can also check the logical drive’s volume for errors
>point the mouse to “start” button, then right click “explore”>right click the mouse pointing to drive C (I repeat, is usually the main system logical drive) >properties>tools>check now

9. It is better to have only one user being logged on.
Even if there are many users, make sure the user logs off after using the computer, rather than keeping it logged on and you do the switching of users. Switching users is good as long as you don’t keep all users logged on—I think that is more logical

10. Always shut down properly the computer
(do NOT use the power button when turning it off!)

MAKE UR OWN WINDOWS RUN MENU SHORTCUTS

As a big fan of keyboard shortcuts, I was very pleased to stumble across today’s Windows download, AddToRun. I often find myself using the WinKey+R shortcut to run a program or a command line. In case you didn’t know the WinKey+R launches the run menu prompt.














The problem is that the list of available shortcuts available from Run Menu are mainly for programs that are Windows accessories and system files. AddToRun lets you create your own run-box shortcuts.
In this example, I’m going to create a shortcut to the Steam gaming client program.















AddToRun is a portable app; meaning that you don’t have to install it but just download and run it. You can run it directly from a flash drive or from within the 7z archive file (use the free 7-Zip to open the archive) as it requires no installation.
Select the program for which you will create the shortcut by browsing to the program executable file. Type the alias you wish to use and click Add. Your shortcut will be available right away. Hit the WinKey+R and type the alias to check it out.












The alias you create works just as well as opening the program file directly, including any switches or parameters you add to the command. Let’s say I’ve created an alias “ff” for Firefox. Then, I can type “ff google.com” and Firefox will open and load Google.com. Obviously, you can substitute Google.com with any other site you like.
AddToRun’s advantage over program launchers such as Launchy is that the created aliases work without the need to have the launcher program running. That helps if you’re the kind of PC user who likes to squeeze as much performance as possible out of your system. If you have another favorite method of launching programs or creating similar shortcuts, please give us some examples in the comments.

TRICK TO POP A RELIGIOUS MESSAGE









To pop a banner which can contain any message you want to display just before a user is going to log on, go to the key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windowsnt\
CurrentVersion\WinLogon
Now create a new string Value in the right pane named LegalNoticeCaption and enter the value that you want to see in the Menu Bar. Now create yet another new string value and name it: LegalNoticeText. Modify it and insert the message you want to display each time Windows boots. This can be effectively used to display the company’s private policy each time the user logs on to his NT box. It’s .reg file would be:

REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\
CurrentVersion\Winlogon]
“LegalNoticeCaption”=”Caption here.”