Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- write-host -foregroundcolor red "HKCU"
- $(get-item "HKCU:\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMapKey").property
- write-host -foregroundcolor red "HKLM"
- $(get-item "HKLM:\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMapKey").property
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement