diff --git a/Among Us - TOHE.ps1 b/Among Us - TOHE.ps1 index 7227d6d..5bf634d 100644 --- a/Among Us - TOHE.ps1 +++ b/Among Us - TOHE.ps1 @@ -1,4 +1,5 @@ -$gameName = "Among Us" + +$gameName = "Among Us" $registryPath = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" $gameKey = Get-ChildItem $registryPath | Where-Object {(Get-ItemProperty $_.PSPath).DisplayName -like "*$gameName*"} $GamePath = (Get-ItemProperty $gameKey.PSPath).InstallLocation