Our social:

Sunday, 30 April 2017

Notepad Tricks

Best Notepad Tricks

Hello, Today I'm going to give some cool Notepad code that's work's well. These notepad tricks you should know. 

  • Turning off the Help on Minimise, Maxamise&, Close Icons in windows.

When the mouse goes over the minimize, maximize and close icons on the upper
right hand side of a window.

To disable that display:

  • Open Run and type Regedit and hit enter.
  • Go to HKEY_CURRENT_USER \ Control Panel \ Desktop
  • Set its value 1
  • Restart your system.

  • Disable the Security Center warnings

Steps to edit the computer registry to disable Security Center warnings message:

  • Open Run and type Regedit and hit enter.
  • Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center
  • Right side panel, double click on Anti Virus Disable Notify and set its value 1.
  • Close the registry editor and restart your computer to see effect.

  • To Remove Recyle Bin From Your Desktop


Open run and type Regedit and hit enter. Then you should navigate to following entry in registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E} and delete it. This action should remove recycle bin from your desktop.


  • Increase Your Broadband Speed

Open notepad and type these commands


cd\
netsh int tcp show global
netsh int tcp set global chimney=enabled
netsh int tcp set heuristics disabled
netsh int tcp set global autotuninglevel=normal
netsh int tcp set global congestionprovider=ctcp


Now save the file as increasespeed.bat & Run it as an administrator. 


To reset broadband speed Type these in notepad


cd\
netsh int tcp show global
netsh int tcp set global chimney=default
netsh int tcp set heuristics enabled
netsh int tcp set global congestionprovider=none

Now save the file as Reset.bat &Run it as an administrator.

Try these some awsome Notepad tricks.If any of you facing any type of problem then comment below, I'll help you.

0 comments:

Post a Comment