Windows 8 Hidden Tricks

Windows 8 Hidden Tricks

%SEO friendly image.jpeg Windows 8 Hidden Tricks
Windows 7and 8 Tricks and tips

Deleting Recycle bin From The Desktop
OPEN THE REGISTERY EDITOR BY PRESSING [WINDOW]+[R] AND TYPE THE “regedit” PRESS ENTER AND NAVIGATE TO :-
HKEY_LOCAL_MACHINESOFTWAREMicrosoft Windows/CurrentVersionExplore Desktop NameSpace LOOK FOR THE KEY”645FF040-5081-101B-9F0800AA002F954E
AND DELETE” this hack is for completely deleting the reclyebin ON THE OTHER HAND YOU SHOULD USE BELOW HACK:- HKEY_LOCAL_MACHINESOFTWAREMicrosoft Windows/SehellNoRoamMUICache AND CHANGE THE VALUE OF @C:WINDOWSsystem32SHELL32.DLL,8964 TO WHATEVER YOU WANT.

Notepad Tricks!
Well quite old but here is d complete collection
Step 1: Open Notepad
Step 2: Write following line in the notepad.
this app can break
Step 3: Save this file as xxx.txt
Step 4: Close the notepad.
Step 5: Open the file again.
REMOVE STORED USERNAME AND PASSWORDS
To remove the Stored User Names and Passwords from your system, try this:
Click Start, Run and type Control keymgr.dll
Remove the entries from the list.
The other ways to access this dialog are:
Type Control Userpasswords2 in RUN box, click Advanced, Manage Passwords
-or-
From Control Panel, select your User Account, click Manage your network passwords


FAST SHUT DOWN TRICK:
Imidiate rapid shut down window
while shutting down window. open task manager(Ctr+Alt+Del),
Select shut down tab. and press ‘ Ctrl ‘ key while select Turn Off from dis tab.
Count 5 4 3 2 1 Voila!!! U r window will rapidly shut down.

Make new folder in windows anywhere and try to give these names to that folder  we cannot create any of these
CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9
The reason is that con, prn, lpt1..lpt9, etc are underlying devices from the time dos was written. so if u r allowed to create such folders, there will be an ambiguity in where to write data when the data is supposed to go to the specified devices. In other words, if i want to print something, internally what windows does is — it will write the data to the folder prn (virtually u can call it a folder, i mean prn, con, etc are virtual folders in device level). So if we are able to create con folder, windows will get confused where to write the data, to virtual con folder or real one.
So Now, Try this… %SEO friendly image.jpeg Windows 8 Hidden Tricks

Open the Command prompt by Start -> Run and typing cmd
 Code:
C:> md .c:con
Now, Open My Computer and browse through the path where you created CON folder… Surprising.. ?? Yeah.. you have created it successfully
Now, try to delete the folder from My computer
OOPS!!! You cant delete it…
Now, try this in command prompt console
Code:
C:> rd .c:con
Yeah!! You did it…

Here is a cool technique which hides entire hard disk drives by a simple procedure.
This is the best security tip to be employ against unauthorised users.
1) Go to Start > Run > type “diskpart”.
A DOS window will appear with following description.
DISKPART>
2) Then type “list volume
The result will look something like one as shown below-
3) Suppose you want to hide drive E then type “select volume 3″
Then a message will appear in same window { Volume 3 is the selected volume}
4) Now type “remove letter E”
Now a message will come { Diskpart Removed the Drive letter }
sometime it requires to reboot the computer.
Diskpart will remove the letter.
Windows XP is not having capabilty to identify the unknown volume.
Your Data is now safe from unauthorised users.
To access the content of hidden Drive repeat the process mentioned above. But in 4th step replace ” remove” by “assign”.
It means type “assign letter E”.



remove shortcut arrow from desktop icons in any type of document:
a) Perform instructions described under ‘Remove shortcut arrow from desktop icons’. For your convenience, steps 1 to 3 are reported here.
b) Perform instructions described under ‘Remove shortcut arrow from desktop icons (2)’. For your convenience, steps 4 and 5 are reported here.
c) And finally, do the same with conferencelink, docshortcut, internetshortcut and wshfile.
So, here is a summary of all actions:
1. Start regedit.
2. Navigate to HKEY_CLASSES_ROOTlnkfile
3. Delete the IsShortcut registry value.
4. Navigate to HKEY_CLASSES_ROOTpiffile
5. Delete the IsShortcut registry value.
6. Navigate to HKEY_CLASSES_ROOTConferenceLink
7. Delete the IsShortcut registry value.
8. Navigate to HKEY_CLASSES_ROOTDocShortCut
9. Delete the IsShortcut registry value.
10.Navigate to HKEY_CLASSES_ROOTInternetShortcut
11. Delete the IsShortcut registry value.
12. Navigate to HKEY_CLASSES_ROOTWSHFile
13. Delete the IsShortcut registry value.
14. Close regedit.
Logoff and… Enjoy!
Note : Please note that in some cases deactivating the arrow for *.LNK files might lead to duplicate items in the Explorer Context menu.

This trick will allow you to create files and folders without any name.
Just follow the steps as given below :-
1) Select any file or folder.
2) Right click on it, select ‘Rename’ or simply press ‘F2′.
3) Press and hold the ‘Alt’ key. While holding the Alt key, type numbers ’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.
Reason :- The file or folder that seems nameless is actually named with a single space.
But what if you want to create another nameless file or folder in the same directory ?
For this you will have to rename the file with 2 spaces.
Just follow the steps given below :-
1) Select file, Press ‘F2′.
2) Hold ‘Alt’ key and type ’0160′ from the numpad.
3) Release the ‘Alt’ key. Now without doing anything else, again hold ‘Alt’ key and type ’0160′.
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.
(We have a problem with deleting these folders, to do so, start your computer in ‘Safe Mode’ and delete it from there.)



aste the code given below in notepad and ‘Save’ it as batch file (with extension ‘.bat’).
Any name will do.
Then you see a batch file. Double click on this batch file to create a folder locker.
New folder named ‘Locker’ would be formed at the same location.
Now bring all the files you want to hide in the ‘Locker’ folder. Double click on the batch file to lock the folder namely ‘Locker’.
If you want to unlock your files,double click the batch file again and you would be prompted for password.
Enter the password and enjoy access to the folder.
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%==type your password here 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

This tweak reduces the time Windows-XP waits before automatically closing any running programs when you give it the command to shutdown.
Follow the steps as given below-
1) Go to Start then select Run
2) Type ‘Regedit’ and click ok
3) Find ‘HKEY_CURRENT_USERControl PanelDesktop’
4) Select ‘WaitToKillAppTimeout’
5) Right click and select ‘Modify’
6) Change the value to ’1000′
7) Click ‘OK’
8) Now select ‘HungAppTimeout’
9) Right click and select ‘Modify’
10) Change the value to ’1000′
11) Click ‘OK’

To convert a FAT partition to NTFS, perform the following steps.
1) Open ‘Command Prompt’.
2) At the command prompt, type the following-
CONVERT [driveletter]: /FS:NTFS.
‘Convert.exe’ will attempt to convert the partition to NTFS.
NOTE :- Although the chance of corruption or data loss during the conversion from FAT to NTFS is minimal, it is best to perform a full backup of the data on the drive that it is to be converted prior to executing the convert command.

How to remove Recycle Bin Icon from Desktop
If using XP Pro
Go to START > RUN
Type GPEDIT.MSC
Navagate to USER CONFIGURATION >ADMINISTRATIVE TEMPLATES >Click on DESKTOP,
On the right hand pane find ” Remove Recycle Bin icon on the desktop ” , double left click on it to ENABLE it.
Sorted!
If using XP Home
Create or modify the following registry entry
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerHideDesktopIconsNewStartPanel
{645FF040-5081-101B-9F08-00AA002F954E}
REG_DWORD
0×00000001
speed of the Start Menu by editing a Registry Key?
Click Start, and then click Run.Type Regedit in the box, and then click OK.Expand the menu in the left panel and select the HKEY_CURRENT_USERControl PanelDesktop folder.Scroll down in the right panel and double click on the MenuShowDelay file.In the Value Data box, change to default value for the menu speed from 400 to a lesser number, such as 1.Click OK.

Unknown

He is a web designer,programer and part time blogger from india..he is a a successful Blogger in the near Future. Aside from Blogging, He also loves to play with HTML, CSS, and Javascript. He's not a Pro on Blogging but He's still trying to deliver some great stuffs and tutorials for his Readers.

No comments:

Post a Comment