diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1
index f94fb01c..b9511078 100644
--- a/scripts/Windows/Collections/Personal.ps1
+++ b/scripts/Windows/Collections/Personal.ps1
@@ -27,8 +27,6 @@ function Backup-PersonalApps([Context] $context) {
 }
 
 function Restore-PersonalApps([Context] $context) {
-    $softwareDir = "$PSScriptRoot/../Software";
-
     # Backed up applications
     Restore-Git $context;
     Restore-LogitechGHUB $context;
@@ -52,9 +50,8 @@ function Restore-PersonalApps([Context] $context) {
         chocolateygui `
         bitwarden `
         keepass `
-        gimp;
-
-    . "$softwareDir/GPU-Z/Install.ps1";
+        gimp `
+        gpu-z;
 
     # Media
     choco install -y k-litecodecpackmega;