From eb0f35fb816ffd20a93acb13b2f09d6d039917b2 Mon Sep 17 00:00:00 2001 From: SDGDen Date: Wed, 3 Jun 2026 17:30:13 +0200 Subject: [PATCH] update --- install.ps1 | 4 +++- link.ps1 => link.bat | 0 2 files changed, 3 insertions(+), 1 deletion(-) rename link.ps1 => link.bat (100%) diff --git a/install.ps1 b/install.ps1 index ec26ecf..06619ed 100644 --- a/install.ps1 +++ b/install.ps1 @@ -8,4 +8,6 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManage & ([scriptblock]::Create((iwr 'https://to.loredo.me/Install-NerdFont.ps1'))) -winget install Microsoft.Coreutils \ No newline at end of file +winget install Microsoft.Coreutils + +Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "TaskbarSi" -Type DWORD -Value 0 \ No newline at end of file diff --git a/link.ps1 b/link.bat similarity index 100% rename from link.ps1 rename to link.bat