Quick guide
launch_goose.exe: Starts the application, automatically clicking 'Yes' on the prompt, bypassing it.Schedule-DG.exe: Ensures Desktop Goose remains installed and configures its automatic execution.Setup-DG.exe: Downloads Desktop Goose to theC:\Program Files\DesktopGoosedirectory.Close Goose.exe: Simply closes the running Desktop Goose application. Alternatively, just hold ESC.
For the installation to succeed, you MUST run your PowerShell terminal as an Administrator.
By default, Winget comes installed on Windows, starting from Windows 10 version 2004. If needed, verify its installation with the commands winget, winget --version, and winget --info.
To fix "Winget is not Recognized as an internal or external command," watch this video: Fix Winget is not Recognized
If you need to install Winget, simply use this command:
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/asheroto/winget-install/master/winget-install.ps1" -OutFile "$env:TEMP\winget-install.ps1" -ErrorAction Stop; & "$env:TEMP\winget-install.ps1"The Schedule-DG.bat setup script will be downloaded and run, configuring Desktop Goose to keep it automatically installed via its scheduled tasks.
The Setup-DG.bat just downloads Desktop Goose to its default directory.
Use this command. It downloads the script and executes it natively.
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/TogoFire/DesktopGoose/main/Schedule-DG.bat" -OutFile "$env:TEMP\Schedule-DG.bat" -ErrorAction Stop; & "$env:TEMP\Schedule-DG.bat"Invoke-WebRequest -Uri "https://raw.githubusercontent.com/TogoFire/DesktopGoose/main/Setup-DG.bat" -OutFile "$env:TEMP\Setup-DG.bat" -ErrorAction Stop; & "$env:TEMP\Setup-DG.bat"- Only stable and useful mods have been added.
- Scripts are provided by @TogoFire.
- Goose Meme Pack
- Notepad Pack
