Last active
July 22, 2021 11:34
-
-
Save hazcod/e50779fa6403364d1ceee1c9ecb3f552 to your computer and use it in GitHub Desktop.
disables the printer spooler (disables local and remote printing) to fix PrintNightmare vulnerabilities.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<wap-provisioningdoc id="1162DF07-F217-449B-95F8-FB85A34D3CA5" name="windows-printerspooler-disable"> | |
<characteristic type="com.airwatch.winrt.registryoperation" uuid="3fa91319-eac0-4a16-9d10-093ba845b698"> | |
<parm RegistryPath="HKLM\SYSTEM\CurrentControlSet\Services\Spooler" Action="Replace"> | |
<Value Name="Start" Data="4" Type="DWORD" /> | |
</parm> | |
</characteristic> | |
</wap-provisioningdoc> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment