Some Basic Tricks Of Windows
1. Speed Up Your Pc By Cleaning RAM
* Open Notepad
* Then Type:
FREEMEM=SPACE(64000000)
* Now Save As "RAM.vbs"
* Now Run "RAM.vbs"
Done!
2. Create Folder Without Name
* Select Any Folder>Right Click>Rename
* Then Hold Alt Key And Type 0160 or 255
* Then Press Enter
Done!
3. Easy Way 2 Share Files And Folders
* Press Windows Key + R
* Now Type > SHRPUBW.EXE
* Then Click 'Next'
* Now Browse The Folder And Set Permissions
Done!
4. Remove The Min. Max. And Close Icon In Windows
* Start Run And Type "Regedit"
* Now Go To > HKEY_CURRENT_USER \ Control Panel \ Desktop
* Here Create A String Value Named 'MinMaxClose'
* Give It A Value-1
* Reboot Your System
Done!
Note:- For Recover Those Icons Delete 'MinMaxClose' String Value
5. Lock Folder Without Any Software
* Think You Want Lock A Folder Named 'Hacker' In Drive "E:" (E:/Hacker)
* Now Open Notepad And Type:
[code]ren Hacker Hacker.{21EC2020-3AEA-1069-A2DD-08002B30309D}[/code]
* Save It As Lock.bat In The Same Drive Where Your Folder Is
* Now Again Open Notepad And Type:
[code]ren Hacker {21EC2020-3AEA-1069-A2DD-08002B30309D} Hacker [/code]
* Save It As Unlock.bat In The Same Drive
* Click Lock.bat To Lock Your Folder
* And Click Unlock.bat To Unlock Your Folder
Done!
6. Remove Recycle Bin From Your Desktop
* Open Run And Type Regedit And Press Enter
* Now Go To >
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}
* And Delete It This Action Will Remove Recycle Bin From Your Desktop
Done!
7 . Hide All Drives
* Go To Run And Type Regedit And Hit Enter
* Now Go To >
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
* In The Right Pane Create A New DWORD Item And Name It NoDrives(Case Sescitive)
* Change Its Value > 3FFFFFF (Hexadecimal)
* Now Restart Your System
-: To Enable Display Of All Drives In My Computer Simply Delete NoDrives DWORD Value And Restart Your System :-
Done!
8. Block Any Website Without Software
* Go to "C:\WINDOWS\system32\drivers\etc"
* Open A File Named "HOSTS" In Notepad
* Now Under "127.0.0.1 localhost" Add "127.0.0.2 www.facebook.com" And Save File
* Now Facebook Is Blocked In Your System
* For Example:-
Done!
9. Make Your PC Talk
* Open Notepad Any Type :
Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
* Save It As Talk.vbs
* Now Run Talk.vbs
Done!
10. Record Your Steps Easily
(Problem Steps Recorder)
* Go To run And Type psr And Hit Enter
* Click Start Recording
* When Done Click Stop Recording And Save Your File
Done!
Enjoy!!!
Post a Comment