4
Size: a a a
4
АБ
4
Х
AS
АБ
Х
АБ
Х
-filter *
Х
АБ
АБ
АБ
АБ
С
С
$RegistryPath1 = "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects"
Set-ItemProperty $RegistryPath1 'VisualFXSetting' -Value "1" -Force
Add-Type @"
using System;
using System.Runtime.InteropServices;
public class Win32
{
[DllImport("user32.dll")]
public static extern bool SystemParametersInfo(int uAction, int uParam, uint lpvParam, uint flags);
}
"@
[Win32]::SystemParametersInfo(0x1025, 0, 0, 0x01 -bor 0x02);
[Win32]::SystemParametersInfo(0x25, 0, 0, 0x01 -bor 0x02);
[Win32]::SystemParametersInfo(0x103F, 0, 0, 0x01 -bor 0x02);
[Win32]::SystemParametersInfo(0x1043, 0, 0, 0x01 -bor 0x02);
[Win32]::SystemParametersInfo(0x004B, 1, 0, 0x01 -bor 0x02);
[Win32]::SystemParametersInfo(0x1009, 0, 0, 0x01 -bor 0x02);
$RegistryPath2 = "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
New-ItemProperty -Path $RegistryPath2 -Name IconsOnly -PropertyType DWORD -Value 1 -Force
С
С
С
С