From 07e940bcdf64317357bda3599b5100ffd0cf4bb9 Mon Sep 17 00:00:00 2001 From: dado Date: Sun, 26 Oct 2025 14:03:41 +0100 Subject: [PATCH] aggiunto app winstatdir, rimosso codice di test, creato branch testing --- configwinpc.ps1 | 38 ++++++++------------------------------ 1 file changed, 8 insertions(+), 30 deletions(-) diff --git a/configwinpc.ps1 b/configwinpc.ps1 index 5b26de9..87048a8 100644 --- a/configwinpc.ps1 +++ b/configwinpc.ps1 @@ -13,13 +13,13 @@ if (-Not ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdenti Write-Host "" Write-Host -ForegroundColor Yellow " -###################################################### -# # -# # -# SCRIPT FOR CONFIGURING AND DEBLOATING WINDOWS 11 # -# # -# by dado # -###################################################### + ###################################################### + # # + # # + # SCRIPT FOR CONFIGURING AND DEBLOATING WINDOWS 11 # + # # + # by dado # + ###################################################### " @@ -52,12 +52,6 @@ foreach ($path in $RegistryPaths) { } } -# Set left align -#Write-Host -ForegroundColor DarkGray ">>> Set left align <<<" -#foreach ($path in $RegistryPaths[0..1]) { -# New-ItemProperty -Path $path -Name "TaskbarAl" -Value 0 -Type DWORD -Force | Out-Null -#} - # Hide TaskView button Write-Host -ForegroundColor DarkGray ">>> Hide TaskView button <<<" foreach ($path in $RegistryPaths[0..1]) { @@ -735,23 +729,7 @@ Write-Host "" Write-Host -ForegroundColor Yellow ">>> Install default SOFTWARE... <<<" Write-Host "" -winget install --disable-interactivity SumatraPDF.SumatraPDF Microsoft.Edit Notepad++.Notepad++ 7zip.7zip Mozilla.Firefox Flameshot.Flameshot DuongDieuPhap.ImageGlass Microsoft.PowerToys Seelen.SeelenUI voidtools.Everything Flow-Launcher.Flow-Launcher --source winget - -# Microsoft.PowerShell NodirTemirkhodjaev.FortFirewall AutoHotkey.AutoHotkey Oracle.JavaRuntimeEnvironment Microsoft.VCRedist.2010.x64 - -#################################################################################################################################### - -#Write-Host -ForegroundColor DarkGray ">>> Copy 'Supremo' to Public Desktop <<<" -## Get the directory where the script is located -#$scriptDirectory = Split-Path -Parent $MyInvocation.MyCommand.Path -## Define the path to the supremo executable -#$supremo_path = Join-Path $scriptDirectory "supremo.exe" -# -#if (Test-Path $supremo_path ) { -# Copy-Item -Path "$supremo_path" -Destination "C:\Users\Public\Desktop\supremo.exe" -#} else { -# Write-Host -ForegroundColor Red "Error: File '$supremo_path' does not exist." -#} +winget install --disable-interactivity SumatraPDF.SumatraPDF Microsoft.Edit Notepad++.Notepad++ 7zip.7zip Mozilla.Firefox Flameshot.Flameshot DuongDieuPhap.ImageGlass Microsoft.PowerToys Seelen.SeelenUI voidtools.Everything Flow-Launcher.Flow-Launcher WinDirStat.WinDirStat --source winget Write-Host ""