DEVIL'S BLOG ON SECURITY


A DEVIL'S BLOG ON COMPUTER AND INFORMATION SECURITY, ETHICAL HACKING AND COUNTERMEASURES


Learn Ethical Hacking | Learn Hacking Online | Learn How To Hack|Hack Counter Hack| Ethical Hacking Tutorials


Home   ||   See All Tutorials  ||   Products  ||   About This Blog   ||  Subscribe To RSS Feed



Join facebook group THE HACKER DEVIL


How To Hide An Installed Program In Windows

How To Hide An Installed Program In Windows


In this post I will show you how you can hide an installed program from others in your system. I was in college when I created this trick to disallow my friends from playing games on my PC. I hope you 'll find this trick helpful. So, here's the trick,

First of all locate directory of installation from Program Files folder in C drive. For example you want to hide mozilla firefox installation from others then go to C:\Program Files\Mozilla Firefox folder and find firefox.exe. Once you get the main executable file, open notepad and type complete path of firefox.exe in it, for our example it will appear like this,

C:\Program Files\Mozilla Firefox\firefox.exe”

should be with quotes otherwise it'll not work, now save this notepad file with whatever name you want with .cmd extention. For example I assume file is saved as fox.cmd . Now delete shortcuts for firefox from start menu, desktop and quick launch. Now open command prompt and change directory to Program Files and type following commands,

C:\Program Files>attrib /s /d /l +s +h +r "Mozilla Firefox"
You'll find Mozilla Firefox directory disappeared from Program Files. Now paste your fox.cmd file in C:\Windows\System32\ folder.

As you will remove all shortcuts to executable file there will be no link and as the directory is hidden using attrib command no one can see it. Now to run your program open command prompt and type fox or the name with which you saved .cmd file. Within seconds you will see firefox or hidden program popping out in new window. One of the advantages of this trick is that you'll be able to disallow people from using unwanted programs even though he/she will have admin privileges specially your family members and friends.

Please note that the hidden installed program will appear in add/remove program list but will be accessible to the person who knows name of .cmd file. Have fun.

Free Ethical Hacking Training | Learn Ethical Hacking Online Free | Learn How To Hack | Hack Counter Hack | Ethical Hacking Tutorials | Devil's Blog On Security