PowerShell Script Library

How to Use

To run scripts, use this command in PowerShell:

irm http://run.frondev.com/[script_name] | iex

This command downloads and executes the script directly in your PowerShell session.

⚠️ Administrator Rights:

Some scripts require administrator privileges. To run as administrator:

Start-Process powershell -Verb RunAs -ArgumentList "-Command irm http://run.frondev.com/[script_name] | iex"

Available Scripts

taloncli

Execute Command:

irm http://run.frondev.com/taloncli | iex

oouninstaller

Execute Command:

irm http://run.frondev.com/oouninstaller | iex

novawincleanup

Execute Command:

irm http://run.frondev.com/novawincleanup | iex

edgevanisher

Execute Command:

irm http://run.frondev.com/edgevanisher | iex

restoreoldnotepad

Execute Command:

irm http://run.frondev.com/restoreoldnotepad | iex

oosu10auto

Execute Command:

irm http://run.frondev.com/oosu10auto | iex

resetcursor

Execute Command:

irm http://run.frondev.com/resetcursor | iex