Advertisement
secretofnet

Android 13 Windows 11

Mar 14th, 2023
10,100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | Science | 0 0
  1. 1. Enable Developer Mode Windows 11
  2.  
  3. 2. Enable Features Windows
  4.  
  5. Open Execute via Windows Win+R then put the following command: optionalfeatures
  6. Enable these three options then click "OK" and restart your machine when prompted:
  7.  
  8. + Hypervisor platform Windows
  9. + Virtual machine platform
  10. + Subsystem Windows for Linux
  11.  
  12. Restart Your PC
  13.  
  14. 3.install UBUNTU On Microsoft Store
  15.  
  16. Slove prb WSL Download This File
  17. https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
  18.  
  19. 4. Prepare Play Store Installation Files Using Ubuntu WSL
  20.  
  21. copy This
  22.  
  23. git clone https://github.com/LSPosed/MagiskOnWSALocal.git
  24.  
  25. Run the following commands:
  26.  
  27. cd MagiskOnWSALocal
  28. cd scripts
  29. ./run.sh
  30.  
  31. 5. Copy and unzip the Play Store installation files to C:
  32. Navigate to your Ubuntu Linux folder via File Explorer like this and cut the Zip file in the output folder,
  33. we will move it to a folder in C:
  34.  
  35. 6. Install Play Store on Windows 11
  36. Open a new PowerShell tab in Terminal as administrator and run the following command after cd into the newly unzipped folder:
  37.  
  38. cd C:\GPlay\WSA_2301.40000.7.0_x64_Release-Nightly-MindTheGapps-13.0
  39. PowerShell.exe -ExecutionPolicy Bypass -File .\Install.ps1
  40.  
  41.  
  42.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement