Advertisement
foadsf

initial PowerShell error

May 16th, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. New-ItemProperty : Could not bind parameter 'Type'. Could not convert "REG_SZ" to "Microsoft.Win32.RegistryValueKind".
  2. The possible enumeration values are "String, ExpandString, Binary, DWord, MultiString, QWord, Unknown".
  3. At line:1 char:1
  4. + New-ItemProperty 'HKLM:\SOFTWARE\Policies\Microsoft\Edge\' ` -Name De ...
  5. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6. + CategoryInfo : InvalidArgument: (REG_SZ:String) [New-ItemProperty], ArgumentException
  7. + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemPropertyCommand
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement