Roblox Won't Install or Download on Windows 11 / 10

preview_player
Показать описание
Roblox Won't Install or Download on Windows 11 and Windows 10

# Get all the provisioned packages
$Packages = (get-item 'HKLM:\Software\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Applications') | Get-ChildItem

# Filter the list if provided a filter
$PackageFilter = $args[0]
if ([string]::IsNullOrEmpty($PackageFilter))
{
echo "No filter specified, attempting to re-register all provisioned apps."
}
else
{
$Packages = $Packages | where {$_.Name -like $PackageFilter}

if ($Packages -eq $null)
{
echo "No provisioned apps match the specified filter."
exit
}
else
{
echo "Registering the provisioned apps that match $PackageFilter"
}
}

ForEach($Package in $Packages)
{
# get package name & path
$PackageName = $Package | Get-ItemProperty | Select-Object -ExpandProperty PSChildName
$PackagePath = [System.Environment]::ExpandEnvironmentVariables(($Package | Get-ItemProperty | Select-Object -ExpandProperty Path))

# register the package
echo "Attempting to register package: $PackageName"

Add-AppxPackage -register $PackagePath -DisableDevelopmentMode
}
Рекомендации по теме
Комментарии
Автор

Why is Roblox not fixing this glitch, like its been days its not fixed.

abdulHadi-nh
Автор

not microsoft store in the browser when i try and download roblox it only downloads roblox studio then stops and idk what to do

sorrowedrhinestone
Автор

Guys this video dosent WORK, THE REAL SOLUTION IS KEEP ON INSTALLING ROBLOX, when u download the robloxplayerinstaller keep on clicking the file even if it finishes downloading at 80% do it again and again and again and eventually it will working it will show starting roblox it took me 15 times and it took 10 times for my cousins this problem comes to people downloading roblox for the first time on a new device or a browser

sikandarafzaal
Автор

I have followed the instruction but still not working. :'(

kenziepopi
Автор

bro what the hell who even uses the app we all use the browser version

funnymation
Автор

BRO IT DIDNT WORK WHEN I PRESS INSTALL ON THE WEB THE INSTALL GOES TO LIKE 80% AND THEN CLOSES AND DISSAPEARS AND THAT HAPPENS WHEN I TRY AGAIN AND AGIAN AND AGAIN HELP

shadowgamert