Windows 7-11 Automated Tweaks Script ### Hide Chat Icon ### Remove UUP Apps :: Skype, Edge, Teams ### Add Custom Terminal Scheme (Somtimes need to run 2X times, to see change's) -- default Startup :: Command Prompt -- default Font :: Consolas, 10 Clean Temp Files -- New Version Code: @cls @echo off setlocal enabledelayedexpansion title Temp Folder's Cleaner cd /d "%~dp0" 1>nul 2>nul fltmc || (1>nul 2>nul pushd "%windir%\System32\WindowsPowershell\v1.0\" && ( (set args=%*)&(if /i '!args!' NEQ '' set args=-arg '!args!') powershell "Start """%~dpf0""" -Verb RunAs !args!") || ( >"%temp%\Elevate.vbs" echo CreateObject^("Shell.Application"^).ShellExecute "%~dpf0", "%*" , "", "runas", 1 "%temp%\Elevate.vbs"&del /q "%temp%\Elevate.vbs">nul) exit) call :DestryFolder "%Windir%\Temp\" call :DestryFolder "%Windir%\assembly\tmp\" call :DestryFolder "%LOCALAPPDATA%\Temp\" call :DestryFolder "%ALLUSERSPROFILE%\Comodo\Cis\tempscrpt\" call :DestryFolder "%Windir%\SoftwareDistribution\Download\" call :DestryFolder "%ProgramData%\NVIDIA Corporation\Downloader" call :DestryFolder "%ProgramFiles%\NVIDIA Corporation\Installer2" timeout 6 exit /b :DestryFolder set targetFolder=%* if exist %targetFolder% ( rd /s /q %targetFolder% if exist %targetFolder% ( for /f "tokens=*" %%g in ('dir /b/s /a-d %targetFolder%') do move /y "%%g" "%temp%" ) else ( md %targetFolder% ) ) goto :eof
After using the registry tweak to get the small taskbar, the right area is now cut-off like this: Any known fix? I'd prefer to remove the date completely. Windows 11 Pro 22000.194 da-dk
That option is stated in my post, in the quote you didn't copy! But not everyone may want to install stuff via the Store if they just want to have a quick look at something. As in this case it's a tiny little program to start up and have a mess around with. Like it, going to use it? Then install from the Store. Each to their own.
Options at the main tweaks/fixes/mods post, .exe or .reg registry file, none of those work in Dev build?
In the systray, which we click on Network, Sound, Battery, it opens the same popup with the same options Could there be a tweak to revert to the old behavior ? Thanks