In light with adding as many security layers as possible to various environments I am responsible for I have come acros several interesting (Knowledge Base) articles, one of the foremost is this link http://www.infoworld.com/d/security/10-crazy-it-security-tricks-actually-work-196864 which details 10 steps on improving security in large and small networks. Although I find honeypots and tarpits a bit overkill for […]
Posts with the Windows 7 tag
Windows folder reduction with Junction.exe for SSD users
When using smaller SSDs, such as 60 or 80 GBs or even 120 GBs, you may soon run into the problem that certain default windows folders are getting very big and overgrown. Two of these directories are easy to move to any other harddisk that may be in your system. If you head over to […]
Disable hybernation
To remove the hybernation from you PC and save a good chunk of 8GB on your main disk, especially usefull for people running SSDs use the following command: powercfg -h off Note; You need to run this in an elevated CMD prompt.