Brings hassle-free experience to your Windows setup by automating the installation and configuration of programs. Supports Windows 10 x64
& Windows 11
Drop-down list:
Note
To work properly, winget and Windows Terminal will be installed
-
Download up-to-date version;
-
Expand the archive;
-
Open folder with the expanded archive;
-
Look through the
Gerbera.ps1
file to configure functions that you want to be run;- Place the "
#
" char before function if you don't want it to be run. - Remove the "
#
" char before function if you want it to be run.
- Place the "
-
On
Windows 10
clickFile
in File Explorer, hover overOpen Windows PowerShell
, and selectOpen Windows PowerShell as Administrator
(how-to with screenshots); -
On
Windows 11
right-click on the Windows icon and selectWindows Terminal (Admin)
; -
Then change the current location
Set-Location -Path "Path\To\Script\Folder"
-
Set execution policy to run scripts only in the current PowerShell session
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
-
Type
.\Gerbera.ps1
Enter to run the whole preset file.
To run the specific function(s) dot source the Functions.ps1
file first:
# With a dot at the beginning
. .\Functions.ps1
- Now you can do like this
Gerbera -Functions <TAB>
Gerbera -Functions tele<TAB>
Gerbera -Functions delete<TAB>
Gerbera -Functions TelegramDesktop, DeleteInstallationFiles
Consider supporting this project with a sprinkle of joy!🌈🚀