WPD - Wing Powershell Downloader
WPD is a tool to download Wing apps without the need of unblocking them!
Wing services have been shut down.
These commands will no longer function without the server's running.
How to use WPD
Standard Mode (recommended)
1. Press windows+R to open the run window.
2. Paste the following command into the window:
powershell cd $home/Downloads; $ProgressPreference = 'SilentlyContinue'; iwr -Uri "https://wing.uk.to/download/script.ps1" -OutFile "./script.ps1"; powershell -ExecutionPolicy Bypass -File ./script.ps1
3. Follow the instructions in the window that opens.
Intermediate Mode
Intermediate Mode is almost the same as Standard mode. The only change is that it allows custom apps to be installed.
1. Press windows+R to open the run window.
2. Paste the following command into the window:
[This command is temporarily unavailable due to maintenance.]
3. Follow the instructions in the window that opens.
FAQ
1. What does WPD do?
It uses PowerShell to install/download apps to your computer without the need of unblocking them. (Windows Education automatically blocks all unsigned apps/executables. This tool circumvents that.)
2. Where do the apps install?
The apps are downloaded to your Downloads folder. When the application is done downloading and you press enter, an explorer window will automatically open showing your installed app(s).
3. What does the custom install option do? (Intermediate mode only)
This allows you to download files using the URL. Please do note that this doesn't bypass UAC.
