diff --git a/README.md b/README.md index 740cbc3..a10ef12 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # WinApps +## Installation Notes + +1. Install a Windows VM with libvirt [doc libvirt](https://github.com/winapps-org/winapps/blob/main/docs/libvirt.md) + ! Add env variable also in /etc/environment: `echo 'LIBVIRT_DEFAULT_URI="qemu:///system"' | sudo tee -a /etc/environment` + ! Do "Assign Specific Physical CPU Cores" procedure + ! Activate Remote Desktop in Windows Settings +2. Use [MassGravProject](https://github.com/massgravel/Microsoft-Activation-Scripts) for Office (choose O365ProPlusRetail) and Windows download and activation. +3. Install Microsoft Media Feature Pack: + ![How to install on windows 11N: Start / Settings / System / Optional features / View features / Select Media Feature Pack and click Install then restart the computer](/home/makayabou/dev/makayabou/WinApps/img/install_ms-media-pack-on-win11N.png) +4. Install [Creative Cloud](https://github.com/xixu-me/free-adobe/blob/main/README.en.md) + ! Deactivate all antivirus and windows defender and Deactivate "ContrĂ´le Intelligent des Applications" + ! Refuse Adobe Genuine Service (AGS) during installation + ! If missing DLLs (MFPlat.dll), download the 64bits version at [systemdll](https://systemdll.com/fr/dll/mfplat-dll) +5. https://github.com/farag2/Adobe-Acrobat-DC-Setup +6. Follow instructions for [winapps installation and setup](https://github.com/winapps-org/winapps) \ No newline at end of file diff --git a/img/install_ms-media-pack-on-win11N.png b/img/install_ms-media-pack-on-win11N.png new file mode 100644 index 0000000..c122ee1 Binary files /dev/null and b/img/install_ms-media-pack-on-win11N.png differ