diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1
index 2293f5cd..50c3990d 100644
--- a/scripts/Windows/Collections/Personal.ps1
+++ b/scripts/Windows/Collections/Personal.ps1
@@ -48,7 +48,16 @@ function Restore-PersonalApps([Context] $context) {
 
     # Social Media
     choco install -y `
-        threema-desktop;
+        threema-desktop `
+        discord `
+        element-desktop `
+        signal `
+        teamspeak;
+
+    # Browsing
+    winget install --accept-source-agreements --accept-package-agreements -e --id Brave.Brave;
+    winget install --accept-source-agreements --accept-package-agreements -e --id Brave.Brave.Beta;
+    winget install --accept-source-agreements --accept-package-agreements -e --id Brave.Brave.Nightly;
 
     # Tools
     choco install -y `
@@ -57,21 +66,62 @@ function Restore-PersonalApps([Context] $context) {
         bitwarden `
         keepass `
         gimp `
-        gpu-z;
+        gpu-z `
+        windirstat `
+        winmerge `
+        winscp `
+        xmedia-recode `
+        hwmonitor `
+        qbittorrent `
+        imgburn `
+        inkscape `
+        krita `
+        mremoteng `
+        obs-studio `
+        openvpn `
+        ubiquiti-unifi-controller;
+
+    winget install --accept-source-agreements --accept-package-agreements -e --id AppWork.JDownloader
 
     # Media
     choco install -y k-litecodecpackmega;
+    winget install --accept-source-agreements --accept-package-agreements -e --id Ytmdesktop.Ytmdesktop
 
     # Coding
     choco install -y --params "/NoDesktopIcon" vscode vscode-insiders;
     choco install -y --params "/NoDesktopIcon /AssociateWithFiles" vscodium;
     winget install --scope machine --accept-source-agreements --accept-package-agreements -e --id VSCodium.VSCodium.Insiders --override '/VerySilent /MergeTasks="!runCode,quicklaunchicon,addcontextmenufiles,addcontextmenufolders,associatewithfiles,addtopath"';
 
-    choco install -y HxD;
+    choco install -y
+        HxD `
+        docker-desktop `
+        gh `
+        github-desktop `
+        ida-free `
+        imhex `
+        dotpeek;
+
+    choco install -y
+        nvs `
+        python `
+        visualstudio2019-workload-vctools;
+
+    nvs add latest;
+    nvs link latest;
 
     # Gaming
     choco install -y goggalaxy;
-    choco install -y epicgameslauncher steam;
+
+    choco install -y `
+        epicgameslauncher `
+        steam `
+        ubisoft-connect `
+        Origin `
+        ea-app;
+
+    # Emulation
+    choco install -y `
+        ppsspp;
 
     $context.RemoveDesktopIcon("*Epic Games*");
     $context.RemoveDesktopIcon("*Steam*");