UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit c6c13de3 authored by Anthony Collins's avatar Anthony Collins
Browse files

gensite

parent f6a9b5d5
Branches
No related merge requests found
Pipeline #118472 passed with stages
in 32 seconds
......@@ -384,7 +384,7 @@ Trusted documents is for documents with active content i.e. embedded macros.
----
New-ItemProperty "HKLM:\Software\Microsoft\Office\14.0\Security\Trusted Documents\TrustRecords" -Name "%USERPROFILE%Downloads/test-document.doc" -PropertyType Binary -Value ([byte[]](0x30,0x31,0xFF)) <1>
New-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Run -Name Test -PropertyType String -Value C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <2>
New-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Run -Name Token -PropertyType String -Value C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <2>
----
<1> Creates a new value in the \TrustRecords key
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment