pc hacks

  1. X

    🔒 Closed How to hide a folder using command prompt

    ...sa mga ayaw sa third party jan:):) If you want to hide a folder named ABC in your C drive. Just follow the steps as given below :- STEP 1: Goto Run and type cmd. STEP 2: Type this code attrib +s +h C:\ABC and press ENTER Try It To Your Own PC Where: C:\ :Drive name ABC: Folder name...
  2. X

    🔒 Closed How to enable registry editor which is disabled by administrator

    Here is a simple trick for you that will enable the registry editor which is disabled by administrator. Just follow the steps as given below : 1.Open Notepad and copy below codes. REGEDIT4 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]...
  3. X

    🔒 Closed Some important dos commands which makes you a better programmer

    ...para sa mga kagaya kong baguhan sa programming:):) LIST OF SOME DOS COMMANDS First of all open command Prompt Go to start> run> cmd 1. To create a new directory. Command: C:\>mkdir häçk Or C:\>md häçk [häçk is your directory name] 2. To remove a directory. Command: C:\>rmdir häçk Or...
  4. X

    🔒 Closed How to disable right click on desktop

    Go to Start > Run > type ” regedit “. Once in regedit go to [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ Explorer] which disables right click for only the current user or [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\ Explorer] which...
  5. X

    🔒 Closed How to create own run commands in windows

    ...this one's my favorite:):) Just follow the steps as given below : Step 1: Create the shortcut for the folder or tool for which you need to create the shortcut. Right-click on your Desktop and select New -> Shortcut. You will see a “Create Shortcut” Dialog box Type notepad.exe then press...
  6. X

    🔒 Closed How to block websites without any software

    Go to C:\Windows\System32\Drivers\Etc Find the File named “HOSTS” Under “127.0.0.1 localhost” just add the site you want to block For Example 127.0.0.2 www.facebook.com Save the file & exit notepad. (Restart your computer for changes.) Now both website are blocked at all. Just add anyother...
  7. X

    🔒 Closed How to access your folder as a drive

    Go to start> run> cmd In command prompt, Type: subst Z: D:\folder then hit Enter… You can replace Z: with your desired New Drive Letter (Except existing Drive letters) You can replace D:\folder with the path of your favorite folder Now, Type: exit This will creates a new drive & When you open...
Back
Top