From aaa69c473ff814a7de9e4f7e4591fa5c0f786ffc Mon Sep 17 00:00:00 2001
From: Yuri Gabriel <97139700+Yuuh15@users.noreply.github.com>
Date: Fri, 26 Jan 2024 12:39:55 -0300
Subject: [PATCH] Update winutil.ps1
---
winutil.ps1 | 229 +++++++---------------------------------------------
1 file changed, 27 insertions(+), 202 deletions(-)
diff --git a/winutil.ps1 b/winutil.ps1
index 46891c9d..f29d2d26 100644
--- a/winutil.ps1
+++ b/winutil.ps1
@@ -10,7 +10,7 @@
Author : Chris Titus @christitustech
Runspace Author: @DeveloperDurp
GitHub : https://github.com/ChrisTitusTech
- Version : 24.01.25
+ Version : 24.01.15
#>
param (
[switch]$Debug,
@@ -47,7 +47,7 @@ Add-Type -AssemblyName System.Windows.Forms
# Variable to sync between runspaces
$sync = [Hashtable]::Synchronized(@{})
$sync.PSScriptRoot = $PSScriptRoot
-$sync.version = "24.01.25"
+$sync.version = "24.01.15"
$sync.configs = @{}
$sync.ProcessRunning = $false
@@ -452,15 +452,6 @@ Function Get-WinUtilToggleStatus {
return $false
}
}
- if($ToggleSwitch -eq "WPFToggleSnapFlyout"){
- $hidesnap = (Get-ItemProperty -path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced').EnableSnapAssistFlyout
- if($hidesnap -eq 0){
- return $false
- }
- else{
- return $true
- }
- }
if($ToggleSwitch -eq "WPFToggleMouseAcceleration"){
$MouseSpeed = (Get-ItemProperty -path 'HKCU:\Control Panel\Mouse').MouseSpeed
$MouseThreshold1 = (Get-ItemProperty -path 'HKCU:\Control Panel\Mouse').MouseThreshold1
@@ -567,7 +558,7 @@ Function Install-WinUtilProgramWinget {
Write-Progress -Activity "$manage Applications" -Status "$manage $Program $($x + 1) of $count" -PercentComplete $($x/$count*100)
if($manage -eq "Installing"){
- Start-Process -FilePath winget -ArgumentList "install -e --accept-source-agreements --accept-package-agreements --scope=machine --silent $Program" -NoNewWindow -Wait
+ Start-Process -FilePath winget -ArgumentList "install -e --accept-source-agreements --accept-package-agreements --silent $Program" -NoNewWindow -Wait
}
if($manage -eq "Uninstalling"){
Start-Process -FilePath winget -ArgumentList "uninstall -e --purge --force --silent $Program" -NoNewWindow -Wait
@@ -1608,40 +1599,6 @@ function Invoke-WinUtilShowExt {
Write-Warning $psitem.Exception.StackTrace
}
}
-function Invoke-WinUtilSnapFlyout {
- <#
- .SYNOPSIS
- Disables/Enables Snap Assist Flyout on startup
- .PARAMETER Enabled
- Indicates whether to enable or disable Snap Assist Flyout on startup
- #>
- Param($Enabled)
- Try{
- if ($Enabled -eq $false){
- Write-Host "Enabling Snap Assist Flyout On startup"
- $value = 1
- }
- else {
- Write-Host "Disabling Snap Assist Flyout On startup"
- $value = 0
- }
- # taskkill.exe /F /IM "explorer.exe"
- $Path = "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
- taskkill.exe /F /IM "explorer.exe"
- Set-ItemProperty -Path $Path -Name EnableSnapAssistFlyout -Value $value
- Start-Process "explorer.exe"
- }
- Catch [System.Security.SecurityException] {
- Write-Warning "Unable to set $Path\$Name to $Value due to a Security Exception"
- }
- Catch [System.Management.Automation.ItemNotFoundException] {
- Write-Warning $psitem.Exception.ErrorRecord
- }
- Catch{
- Write-Warning "Unable to set $Name due to unhandled exception"
- Write-Warning $psitem.Exception.StackTrace
- }
-}
function Invoke-WinUtilTweaks {
<#
@@ -2706,7 +2663,7 @@ function Invoke-WPFGetIso {
# @ChrisTitusTech please copy this wiki and change the link below to your copy of the wiki
Write-Error "Failed to mount the image. Error: $($_.Exception.Message)"
Write-Error "This is NOT winutil's problem, your ISO might be corrupt, or there is a problem on the system"
- Write-Error "Please refer to this wiki for more details https://github.com/ChrisTitusTech/winutil/blob/main/wiki/Error-in-Winutil-MicroWin-during-ISO-mounting%2Cmd"
+ Write-Error "Please refer to this wiki for more details https://github.com/KonTy/winutil/wiki/Error-in-Winutil-MicroWin-during-ISO-mounting"
return
}
# storing off values in hidden fields for further steps
@@ -3373,7 +3330,7 @@ function Invoke-WPFPresets {
$CheckBoxesToCheck = $sync.configs.preset.$preset
}
- $CheckBoxes = $sync.GetEnumerator() | Where-Object { $_.Value -is [System.Windows.Controls.CheckBox] -and $_.Name -notlike "WPFToggle*" }
+ $CheckBoxes = $sync.GetEnumerator() | Where-Object { $_.Value -is [System.Windows.Controls.CheckBox] }
Write-Debug "Getting checkboxes to set $($CheckBoxes.Count)"
$CheckBoxesToCheck | ForEach-Object {
@@ -3553,7 +3510,6 @@ function Invoke-WPFToggle {
"WPFToggleNumLock" {Invoke-WinUtilNumLock $(Get-WinUtilToggleStatus WPFToggleNumLock)}
"WPFToggleVerboseLogon" {Invoke-WinUtilVerboseLogon $(Get-WinUtilToggleStatus WPFToggleVerboseLogon)}
"WPFToggleShowExt" {Invoke-WinUtilShowExt $(Get-WinUtilToggleStatus WPFToggleShowExt)}
- "WPFToggleSnapFlyout" {Invoke-WinUtilSnapFlyout $(Get-WinUtilToggleStatus WPFToggleSnapFlyout)}
"WPFToggleMouseAcceleration" {Invoke-WinUtilMouseAcceleration $(Get-WinUtilToggleStatus WPFToggleMouseAcceleration)}
}
}
@@ -4858,7 +4814,7 @@ $inputXML = '
-
+
@@ -4925,11 +4881,6 @@ $inputXML = '
-
-
-
-
-
@@ -5233,7 +5184,7 @@ $sync.configs.applications = '{
"category": "Browsers",
"panel": "0",
"content": "Floorp",
- "link": "https://floorp.app/",
+ "link": "https://github.com/Floorp-Projects/Floorp",
"description": "Floorp is an open-source web browser project that aims to provide a simple and fast browsing experience."
},
"WPFInstalllibrewolf": {
@@ -5299,96 +5250,6 @@ $sync.configs.applications = '{
"link": "https://www.chatterino.com/",
"description": "Chatterino is a chat client for Twitch chat that offers a clean and customizable interface for a better streaming experience."
},
- "WPFInstallgoogledrive": {
- "winget": "Google.Drive",
- "choco": "googledrive",
- "category": "Utilities",
- "panel": "4",
- "content": "Google Drive",
- "link": "https://www.google.com/drive/",
- "description": "File syncing across devices all tied to your google account"
- },
- "WPFInstallsynctrayzor": {
- "winget": "SyncTrayzor.SyncTrayzor",
- "choco": "synctrayzor",
- "category": "Utilities",
- "panel": "4",
- "content": "Synctrayzor",
- "link": "https://github.com/canton7/SyncTrayzor/",
- "description": "Windows tray utility / filesystem watcher / launcher for Syncthing"
- },
- "WPFInstallauthy": {
- "winget": "Twilio.Authy",
- "choco": "authy-desktop",
- "category": "Utilities",
- "panel": "4",
- "content": "Authy",
- "link": "https://authy.com/",
- "description": "Simple and cross-platform 2FA app"
- },
- "WPFInstallbleachbit": {
- "winget": "BleachBit.BleachBit",
- "choco": "bleachbit",
- "category": "Utilities",
- "panel": "4",
- "content": "BleachBit",
- "link": "https://www.bleachbit.org/",
- "description": "Clean Your System and Free Disk Space"
- },
- "WPFInstallespanso": {
- "winget": "Espanso.Espanso",
- "choco": "espanso",
- "category": "Utilities",
- "panel": "4",
- "content": "Espanso",
- "link": "https://espanso.org/",
- "description": "Cross-platform and open-source Text Expander written in Rust"
- },
- "WPFInstallpdf24creator": {
- "winget": "geeksoftwareGmbH.PDF24Creator",
- "choco": "pdf24",
- "category": "Document",
- "panel": "1",
- "content": "PDF24 creator",
- "link": "https://tools.pdf24.org/en/",
- "description": "Free and easy-to-use online/desktop PDF tools that make you more productive"
- },
- "WPFInstalllazygit": {
- "winget": "JesseDuffield.lazygit",
- "choco": "lazygit",
- "category": "Development",
- "panel": "1",
- "content": "Lazygit",
- "link": "https://github.com/jesseduffield/lazygit/",
- "description": "Simple terminal UI for git commands"
- },
- "WPFInstallwezterm": {
- "winget": "wez.wezterm",
- "choco": "wezterm",
- "category": "Development",
- "panel": "1",
- "content": "Wezterm",
- "link": "https://wezfurlong.org/wezterm/index.html",
- "description": "WezTerm is a powerful cross-platform terminal emulator and multiplexer"
- },
- "WPFInstallripgrep": {
- "winget": "BurntSushi.ripgrep.MSVC",
- "choco": "ripgrep",
- "category": "Utilities",
- "panel": "4",
- "content": "Ripgrep",
- "link": "https://github.com/BurntSushi/ripgrep/",
- "description": "Fast and powerful commandline search tool"
- },
- "WPFInstallfzf": {
- "winget": "junegunn.fzf",
- "choco": "fzf",
- "category": "Utilities",
- "panel": "4",
- "content": "Fzf",
- "link": "https://github.com/junegunn/fzf/",
- "description": "A command-line fuzzy finder"
- },
"WPFInstalldiscord": {
"winget": "Discord.Discord",
"choco": "discord",
@@ -5404,7 +5265,7 @@ $sync.configs.applications = '{
"category": "Communications",
"panel": "0",
"content": "Ferdium",
- "link": "https://ferdium.org/",
+ "link": "https://www.ferdiapp.com/",
"description": "Ferdium is a messaging application that combines multiple messaging services into a single app for easy management."
},
"WPFInstallguilded": {
@@ -5803,15 +5664,6 @@ $sync.configs.applications = '{
"link": "https://code.visualstudio.com/",
"description": "Visual Studio Code is a free, open-source code editor with support for multiple programming languages."
},
- "WPFInstallanaconda3": {
- "winget": "Anaconda.Anaconda3",
- "choco": "anaconda3",
- "category": "Development",
- "panel": "1",
- "content": "Anaconda",
- "link": "https://www.anaconda.com/products/distribution",
- "description": "Anaconda is a distribution of the Python and R programming languages for scientific computing."
- },
"WPFInstallvscodium": {
"winget": "Git.Git;VSCodium.VSCodium",
"choco": "vscodium",
@@ -6143,7 +5995,7 @@ $sync.configs.applications = '{
"panel": "2",
"content": "Prism Launcher",
"description": "Prism Launcher is a game launcher and manager designed to provide a clean and intuitive interface for organizing and launching your games.",
- "link": "https://prismlauncher.org/"
+ "link": "https://prismlauncher.com/"
},
"WPFInstallsidequest": {
"winget": "SideQuestVR.SideQuest",
@@ -6334,15 +6186,6 @@ $sync.configs.applications = '{
"description": "Windows Terminal is a modern, fast, and efficient terminal application for command-line users, supporting multiple tabs, panes, and more.",
"link": "https://aka.ms/terminal"
},
- "WPFInstallpowerbi": {
- "winget": "Microsoft.PowerBI",
- "choco": "powerbi",
- "category": "Microsoft Tools",
- "panel": "2",
- "content": "Power BI",
- "description": "Create stunning reports and visualizations with Power BI Desktop. It puts visual analytics at your fingertips with intuitive report authoring. Drag-and-drop to place content exactly where you want it on the flexible and fluid canvas. Quickly discover patterns as you explore a single unified view of linked, interactive visualizations.",
- "link": "https://www.microsoft.com/en-us/power-platform/products/power-bi/"
- },
"WPFInstallaimp": {
"winget": "AIMP.AIMP",
"choco": "aimp",
@@ -6379,33 +6222,15 @@ $sync.configs.applications = '{
"description": "Clementine is a modern music player and library organizer, supporting various audio formats and online radio services.",
"link": "https://www.clementine-player.org/"
},
- "WPFInstallytdlp": {
- "winget": "yt-dlp.yt-dlp",
- "choco": "yt-dlp",
+ "WPFInstallclipgrab": {
+ "winget": "na",
+ "choco": "clipgrab",
"category": "Multimedia Tools",
"panel": "3",
- "content": "Yt-dlp",
- "description": "Command-line tool that allows you to download videos from YouTube and other supported sites. It is an improved version of the popular youtube-dl.",
- "link": "https://github.com/yt-dlp/yt-dlp"
+ "content": "Clipgrab",
+ "description": "Clipgrab is a free downloader and converter for YouTube, Vimeo, Facebook, and many other online video sites.",
+ "link": "https://clipgrab.org/"
},
- "WPFInstallvideomass": {
- "winget": "GianlucaPernigotto.Videomass",
- "choco": "na",
- "category": "Multimedia Tools",
- "panel": "3",
- "content": "Videomass",
- "description": "Videomass by GianlucaPernigotto is a cross-platform GUI for FFmpeg, streamlining multimedia file processing with batch conversions and user-friendly features.",
- "link": "https://github.com/jeanslack/Videomass"
- },
- "WPFInstallffmpeg": {
- "winget": "Gyan.FFmpeg",
- "choco": "ffmpeg-full",
- "category": "Multimedia Tools",
- "panel": "3",
- "content": "Ffmpeg full",
- "description": "FFmpeg is a powerful multimedia processing tool that enables users to convert, edit, and stream audio and video files with a vast range of codecs and formats.",
- "link": "https://ffmpeg.org/"
- },
"WPFInstallcopyq": {
"winget": "hluk.CopyQ",
"choco": "copyq",
@@ -6673,7 +6498,7 @@ $sync.configs.applications = '{
"category": "Multimedia Tools",
"panel": "3",
"content": "Strawberry (Music Player)",
- "link": "https://github.com/strawberrymusicplayer/strawberry/",
+ "link": "https://strawberry.rocks/",
"description": "Strawberry is an open-source music player that focuses on music collection management and audio quality. It supports various audio formats and features a clean user interface."
},
"WPFInstalltidal": {
@@ -7036,14 +6861,14 @@ $sync.configs.applications = '{
"link": "https://www.voidtools.com/",
"description": "Everything Search is a fast and efficient file search utility for Windows."
},
- "WPFInstallfileconverter": {
- "winget": "AdrienAllard.FileConverter",
+ "WPFInstallfiles": {
+ "winget": "YairAichenbaum.Files",
"choco": "files",
"category": "Utilities",
"panel": "4",
- "content": "File Converter",
- "link": "https://file-converter.org/",
- "description": "File Converter is a very simple tool which allows you to convert and compress one or several file(s) using the context menu in windows explorer."
+ "content": "Files File Explorer",
+ "link": "https://www.yairaichenbaum.com/files",
+ "description": "Files is a feature-rich file explorer providing a user-friendly interface for file management."
},
"WPFInstallflux": {
"winget": "flux.flux",
@@ -7389,12 +7214,12 @@ $sync.configs.applications = '{
},
"WPFInstalltwinkletray": {
"winget": "xanderfrangos.twinkletray",
- "choco": "twinkle-tray",
+ "choco": "na",
"category": "Utilities",
"panel": "4",
"content": "Twinkle Tray",
- "link": "https://twinkletray.com/",
- "description": "Twinkle Tray lets you easily manage the brightness levels of multiple monitors."
+ "link": "https://github.com/xanderfrangos/TwinkleTray",
+ "description": "Twinkle Tray is a small utility that allows you to customize the system tray icons on your Windows taskbar."
},
"WPFInstallwindirstat": {
"winget": "WinDirStat.WinDirStat",
@@ -7407,11 +7232,11 @@ $sync.configs.applications = '{
},
"WPFInstallwingetui": {
"winget": "SomePythonThings.WingetUIStore",
- "choco": "wingetui",
+ "choco": "na",
"category": "Utilities",
"panel": "4",
"content": "WingetUI",
- "link": "https://github.com/marticliment/WingetUI",
+ "link": "https://github.com/lostindark/WingetUIStore",
"description": "WingetUI is a graphical user interface for Microsoft''s Windows Package Manager (winget)."
},
"WPFInstallwiztree": {
@@ -7447,7 +7272,7 @@ $sync.configs.applications = '{
"category": "Utilities",
"panel": "4",
"content": "WiseToys",
- "link": "https://toys.wisecleaner.com/",
+ "link": "https://www.wisecleaner.com/wisetoys.html",
"description": "WiseToys is a set of utilities and tools designed to enhance and optimize your Windows experience."
},
"WPFInstallxdm": {