-
-
Save howmanysmall/1f34b6df3ae5f344d78ef996f8b4efda to your computer and use it in GitHub Desktop.
$Key = "HKCU:\Software\ROBLOX Corporation\Environments\roblox-player" | |
while ($true) | |
{ | |
$CurrentValue = (Get-ItemProperty -Path $Key -Name "LaunchExp").LaunchExp | |
if ($CurrentValue -eq "InApp") | |
{ | |
#Write-Output "Value is InApp." | |
Set-ItemProperty -Path $Key -Name "LaunchExp" -Value "InBrowser" | |
} | |
Start-Sleep -Milliseconds 50 | |
} |
meow
yes
Doesn't work? maybe im running the powershell script wrong. I tried opening powershell as admin, navigating to the file and starting it. it didn't work. I also tried right clicking and pressing the thing to run using powershell.
It does work. I'm not sure what's going on with you then.
this is good
how do you execute it
drag the file into powershell
follow that url
i got rid of the error and ran the script but im still in roblox beta / roblox app
it needs to always run
i haven't closed powershell. do i need to run powershell as admin?
it needs to always run
how to make it always run
Could be doing something wrong, but I think this method no longer works.
Poyois
yea it's currently patched rn
Yeah, use this. It was a good fix until I brought attention to it.
A while true loop.
Oh good god.
I would not recommend running this as it runs every 50 milliseconds.
it doesn't even work anymore and barely did anything performance wise
meow