Skip to content

Commit

Permalink
Issue#72 - Turn off handwriting recognition error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Vincent committed Aug 26, 2019
1 parent eb259ab commit 438313a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ local_security_policy { 'System cryptography: Use FIPS compiant algorithms for e
System settings: Optional subsystems
System settings: Use Certificate Rules on Windows Executables for Software Restriction Policies
Take ownership of files or other objects
Turn off handwriting recognition error reporting
Turn off Microsoft Peer-to-Peer Networking Services
Turn off multicast name resolution
Turn off the "Publish to Web" task for files and folders
Expand Down
5 changes: 5 additions & 0 deletions lib/puppet_x/lsp/security_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,11 @@ def self.lsp_mapping
:policy_type => 'Registry Values',
:reg_type => '4',
},
'Turn off handwriting recognition error reporting' => {
:name => 'MACHINE\Software\Policies\Microsoft\Windows\HandwritingErrorReports\PreventHandwritingErrorReports',
:policy_type => 'Registry Values',
:reg_type => '4',
},
'Turn off Microsoft Peer-to-Peer Networking Services' => {
:name => 'MACHINE\Software\Policies\Microsoft\Peernet\Disabled',
:policy_type => 'Registry Values',
Expand Down

0 comments on commit 438313a

Please sign in to comment.