Security-ADMX icon indicating copy to clipboard operation
Security-ADMX copied to clipboard

Custom ADMX template focused on hardening Windows 10 systems

Results 5 Security-ADMX issues
Sort by recently updated
recently updated
newest added

``` # Adobe AI in Windows blocken $Path = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown' if (!(Test-Path $Path)) { $null = New-Item $Path -Force -ErrorAction Stop } New-ItemProperty $Path -Name bEnableGentech -PropertyType Dword -Value...

enhancement

reg add "HKLM\SOFTWARE\Microsoft\Ole" /v EnableDCOM /t REG_SZ /d N /f

enhancement

reg add "HKLM\SYSTEM\CurrentControlSet\Control" /v DisableRemoteScmEndpoints /t REG_DWORD /d 1 /f

enhancement

reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule" /v DisableRpcOverTcp /t REG_DWORD /d 1 /f

enhancement

> When extensions for known file types are hidden, an adversary can more easily use social engineering techniques to convince users to execute malicious email attachments. For example, a file...

enhancement