Category: Windows 7

How to remotely uninstall software?

There’s a lot of times when you just want to uninstall a piece of software without interrupting the end user, but unfortunately there isn’t an easy, out of the box way to do it. To uninstall software on a local machine without any user interaction, you would do something like this: msiexec.exe /norestart /qn /x {2902F983-B4C1-44BA-B85D-5C6D52E2C441} The last part, after /x is the GUID of installed software. To find out the guid on remote software, download this script from here and run this command: cscript /B SwInventory.vbs RemotePC > RemotePC.txt Open RemotePC.txt and look for GUID. Next you need PsExec from SysInternals. This tool will allow you to run commands on […]

Read More

New malware redirects all major search engine results to Gala search

If you are being redirected to galasearch every time you search for something it may be because this shitworm planted few manual hosts on the hosts file. First thing it does is hide the host file, so by going to C:WINDOWSSYSTEM32DRIVERSETC you will not see hosts at all. To show hosts, click on Tools from any open folder, and then go to Folder Options, switch to View tab and check “show hiden files and folders” and also uncheck “hide extension…” and ” hide protected operating system files”.

Read More