WSA or Windows Subsystem for Android is a Tool that allows Windows to run Android Apps directly without using any emulator. The problem is Windows Subsystem for Android is currently only available through preview via the Beta Channel of the Windows Insider Program. But if you follow my guide, you don't have to be in Windows Insider Program to try it out. The only thing you need is Windows 11 installed and some patience.
- Windows Subsystem for Android or WSA must be Installed.
Click here to view the guide that shows how to install Windows Subsystem for Android in any Edition of Windows 11 (including Windows 11 Home) non Inider or stable release.
- First install Windows Subsystem for Android. [Click here](https://gist.github.com/HimDek/eb8704e2da1d98240153165743
Iโve written a newer optimized 2026 version of this guide with a faster setup using Zinit + Starship and improved plugin loading.
This version avoids slow shell startups and works better with modern Zsh setups.
Updated guide: https://gist.github.com/n1snt/2cccc8aa5f7b645a7628d3512c70deb6
| ## | |
| # Host Database | |
| # | |
| # localhost is used to configure the loopback interface | |
| # when the system is booting. Do not change this entry. | |
| ## | |
| 127.0.0.1 localhost | |
| 255.255.255.255 broadcasthost | |
| ::1 localhost |
| @echo off | |
| TITLE Mengubah HOSTS file karena indihomesux | |
| COLOR F0 | |
| ECHO. | |
| :: BatchGotAdmin | |
| :------------------------------------- | |
| REM --> Check for permissions | |
| >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" |
| <?php | |
| $folder = __DIR__."/experimen/"; | |
| $moved_folder = __DIR__."/hasil/"; | |
| $extensions = [ | |
| "gambar" => ["jpg","png", "jpeg", "JPG", "svg"], | |
| "video" => ["mkv", "mp4"], | |
| "musik" => ["mp3"], | |
| "document" => ["pdf","txt","xls", "epub", "docx", "xlsb"], | |
| "compressed" => ["rar","zip", "tar.gz"], | |
| "programming" => ["php", "py", "sql", "js", "html", "htm", "map", "phar"], |
| # INDIHOM* | |
| 127.0.0.1 x-tags.net | |
| 127.0.0.1 a01.uadexchange.com | |
| 127.0.0.1 cdn.uzone.id | |
| 127.0.0.1 cdn3.uzone.id | |
| 127.0.0.1 cfs.uzone.id | |
| 127.0.0.1 csf.uzone.id | |
| 127.0.0.1 d01.notifa.info | |
| 127.0.0.1 d31qbv1cthcecs.cloudfront.net | |
| 127.0.0.1 d5nxst8fruw4z.cloudfront.net |
We did it! We broke gist.github.com ;) So head over to the new home! Thank you all!
2021.10.20: https://github.com/AveYo/MediaCreationTool.bat now open for interaction
Not just an Universal MediaCreationTool wrapper script with ingenious support for business editions,
A powerful yet simple windows 10 / 11 deployment automation tool as well!
| param([string]$path = ".\", [int]$minSize = 0, [switch]$jpg, [switch]$png, [switch]$gif, [switch]$verbose, [switch]$report) | |
| function Get-Size | |
| { | |
| param([string]$pth) | |
| "{0:n2}" -f ((gci -path $pth -recurse | measure-object -property length -sum).sum /1mb) + " mb" | |
| } | |
| function Get-Size-Kb | |
| { |



