Skip to content

Instantly share code, notes, and snippets.

View xenoid's full-sized avatar
💯
hax

xenoid

💯
hax
View GitHub Profile
cd /Library/Preferences
sudo rm com.sophos.sav.plist

cd /Library/Application\ Support/Sophos/cloud/Installer.app/Contents/MacOS/tools/
sudo ./InstallationDeployer —force_remove
@computerality
computerality / gist:48666348cbf8980a3204f1e3ae84c55e
Created November 30, 2016 22:57
How to Install .NET Framework 2.0 on Windows Server 2016 offline
Prerequisites:
You have a piece of old software you need to run but it requires .net 2.0 to install.
Steps to install .net framework 2.0:
1. Download .net framework from microsoft.com.
2. Realize it is x64 and not x86 as needed.
3. Download .net framework 2.0 sp2 from microsoft.com
4. Realize it is only the service pack and does not include the installer.
5. Find a USB cd rom drive.
6. Copy the exe off of the cd.