Update Among Us - TOHE.ps1
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
###Powershell $A = (curl https://gitea.resta.us/resta.us/public/raw/branch/main/Among%20Us%20-%20TOHE.ps1).content; Invoke-Expression $A
|
||||
$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
|
||||
|
||||
Reference in New Issue
Block a user