Download roblox on pc

broken image
broken image

$PackagePath = ::ExpandEnvironmentVariables(($Package | Get-ItemProperty | Select-Object -ExpandProperty Path))Įcho 'Attempting to register package: $PackageName'Īdd-AppxPackage -register $PackagePath -DisableDevelopmentMode $PackageName = $Package | Get-ItemProperty | Select-Object -ExpandProperty PSChildName $Packages = $Packages | where Įcho 'No provisioned apps match the specified filter.' exitĮcho 'Registering the provisioned apps that match $PackageFilter' If (::IsNullOrEmpty($PackageFilter))Įcho 'No filter specified, attempting to re-register all provisioned apps.' $Packages = (get-item 'HKLM:\Software\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Applications') | Get-ChildItem Step 4: Copy the below code and paste it in the PowerShell then hit enter. Step 3: A user account control pop up will appear, click on yes Step 2: Then hold Ctrl + Shift keys together and hit enter To do that type PowerShell in the windows search bar Step 1: Open the PowerShell as an administrator.

broken image