deleted show smaller taskbar button
This commit is contained in:
		@@ -58,12 +58,6 @@ foreach ($path in $RegistryPaths) {
 | 
			
		||||
#    New-ItemProperty -Path $path -Name "TaskbarAl" -Value 0 -Type DWORD -Force | Out-Null
 | 
			
		||||
#}
 | 
			
		||||
 | 
			
		||||
# Show smaller taskbar button
 | 
			
		||||
Write-Host -ForegroundColor DarkGray ">>> Show smaller taskbar button <<<"
 | 
			
		||||
foreach ($path in $RegistryPaths[0..1]) {
 | 
			
		||||
    New-ItemProperty -Path $path -Name "TaskbarSmallIcons" -Value 1 -Type DWORD -Force | Out-Null
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# Hide TaskView button
 | 
			
		||||
Write-Host -ForegroundColor DarkGray ">>> Hide TaskView button <<<"
 | 
			
		||||
foreach ($path in $RegistryPaths[0..1]) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user