Ehsan Posted March 10, 2011 Share Posted March 10, 2011 one way to block a software from Internet access is to add the url of the destination site to the Host file of Windows;another way is to use personl firewallsand this is cool...Copy/paste these statements in a notepad file and save it as .REG and name it Firewall.reg for example;Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\exefile\shell][HKEY_CLASSES_ROOT\exefile\shell\Add To Firewall][HKEY_CLASSES_ROOT\exefile\shell\Add To Firewall\command]@="netsh advfirewall firewall add rule name=\"%1\" dir=out action=block program=\"%1\""[HKEY_CLASSES_ROOT\exefile\shell\Delete From Firewall][HKEY_CLASSES_ROOT\exefile\shell\Delete From Firewall\command]@="netsh advfirewall firewall delete rule name=\"%1\""Double click on it and yes/Ok....now you have 2 added options in your right click menu:[Add To Firewall]and[Delete From Firewall]Use first one to block and 2nd to unblock your software;To remove these 2 options from right click menu, make a .REG file with these statements_name it UninstallFirewall.reg for exampleWindows Registry Editor Version 5.00[-HKEY_CLASSES_ROOT\exefile\shell\Add To Firewall][-HKEY_CLASSES_ROOT\exefile\shell\Delete From Firewall]BUT before Merging UninstallFirewall.reg, make sure you have unlocked all softwares that you locked by this way :) Link to comment Share on other sites More sharing options...
LeetPirate Posted March 10, 2011 Share Posted March 10, 2011 moved to guides & tutorials forum.very useful information. :rolleyes: Link to comment Share on other sites More sharing options...
Brrownie Posted March 10, 2011 Share Posted March 10, 2011 Very handy .reg files, thanks buddy! ... for now I am using Internet lock. ;)+1 Link to comment Share on other sites More sharing options...
jalaffa Posted March 10, 2011 Share Posted March 10, 2011 Interesting approach. Thanks for the tip. Link to comment Share on other sites More sharing options...
implague Posted March 11, 2011 Share Posted March 11, 2011 very interesting and use full idea Link to comment Share on other sites More sharing options...
KotaXor Posted March 11, 2011 Share Posted March 11, 2011 Interesting. Link to comment Share on other sites More sharing options...
ALIEDHED Posted March 11, 2011 Share Posted March 11, 2011 Thanks for this great info interesting. :dance2: Link to comment Share on other sites More sharing options...
Shadows Posted March 11, 2011 Share Posted March 11, 2011 This is a nice one, thanks for sharing. :) Link to comment Share on other sites More sharing options...
RobrPatty Posted March 12, 2011 Share Posted March 12, 2011 Different but workable. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.