10. How to create more than one file with the same name in the same folder
Suppose first file name is "File" and is saved in the DATA folder.
Now if you want to create a file in DATA folder with the same name "File", you can do it as below.
Create another file, and then press F2 (To Rename the file), now type "File", then Alt+0160 (Type the numbers 0160 from the numpad, that is, the numbers present on the right side of the keyboard. Don't type the numbers which are present on top of the character keys, it won't work)
Now your have two files in the data folder with the same name as "File".
11. How to Create Folders And Files With NO Name?
This trick will allow you to create files and folders without any name. Just follow the following steps:
1.Select any file or folder.
2.Right click on it, press rename or simply press F2.
3.Now, type Alt+0160 from the numpad.
Note: Type the numbers 0160 from the numpad, that is, the numbers present on the right side of the keyboard. Don't type the numbers which are present on top of the character keys.
4.Press Enter and the nameless file or folder will be created.
If you want to create another nameless file or folder in the same directory, you will have to repeat the above 3rd step twice. Just follow these steps below:
1.Select file, press F2.
2.Now, type Alt+0160 from the numpad.
3.Release the alt key. Now, again type Alt+0160 from the numpad.
4.Press enter and you will have second nameless file in the same directory.
5.Repeat step 3 to create as many nameless files or folders in the same directory.
12. How to make the computer speak?
1.Open Notepad.
2.Copy/Write the code as given below into the notepad.
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
3. Save the file with any name with an extension .vbs
4. Run the file, type anything you want in the textbox and press OK.
13. How to BACKUP Registry
Click Start, and then click Run.
In the Open box, type regedit, and then click OK.
On the File menu, click Export.
In the box, select the options at the bottom according to whether you want to export all or only selected branches of the registry.
Next select a location in which to save the backup .reg file. In the File name box, type a file name, and then click Save.
Note: To Restore the Registry that you exported, double-click the .reg file that you saved.
14. How to Hide the Partitions in My Computer?
Yes, you heard it right. This trick will let you hide a complete drive or make it inaccessible. Her we Go ...
1.Click on Start>Run and type gpedit.msc
2.Now navigate through User Configuration> Administrative Templates > Windows Components> Windows Explorer
3.Double click on “Hide these specified drives in My Computer” modify it accordingly.
4.Below that, you will find another option “Prevent access to drives from My Computer”, double click on this option and modify it accordingly.
5. To make it visible again select "disable" by double clicking on the “Hide these specified drives in My Computer” option.
15. How to find a Forgotten Password Saved in Firefox
In Firefox, navigate to the Tools > Options from menu item. Select the Privacy button, the Passwords tab, and then click on View Saved Passwords.
Click the Show Passwords button, and search the website password you are looking for.
16. How to check who used your PC without your knowledge?
Go to start > run >eventvwr.msc
Events are stored in three log files: Application, Security, and System. These logs can be reviewed and archived.
For our purpose we want the System log. Click on "System" in the left-hand column for a list of events.
Look for a date and time when you weren't home and your computer should have been off.
Double click on the information, and it will show you the details.
You can also use this log to see how long someone was on the computer. Just look at the time the computer was turned on and off for that day.
No comments:
Post a Comment