Skip to main content

Posts

Showing posts with the label Computer

One Click windows 10 optimization for slow computer

Script to modify a lot of windows settings with one click This script uses a lot of commands to disable and enable some windows functions, making it operating mostly like windows 7, with no pop ups all the time, no notifications all over the place and mostly removing all the default metro programs coming with windows 10 (calculator and store stays intact). It also tweaks some visuals across the system, making it cleaner. To use just run "Default.cmd" and wait for it to finish.   *28.3 KB

Computer tricks:

1)  Reveal saved password on a browser - Open the page where you want to reveal password - Right click and select inspect element ​- Press  Ctrl+F  and a search bar will appear at bottom. Search for " input"  there.- Search until you find this line - Double click on  "password"  and change it to  "text". Boom...  now you can see the password 2)  Disable access to USB ports - Click on Start. - Click on Run. If you cannot find RUN, type it in the search box. - Type "regedit" without quotes. This will launch the Registry Editor. - Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbstor. - In the work area, double click on Start. - In the Value Data box, enter 4. - Click on OK. - Close Registry Editor and refresh your desktop. Now your  USB ports are disabled  hence people can't take out data without your permission - To re-enable access to your USB ports, enter 3 in the Value Data bo...