Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

delete registry key powershell

PS C:>Remove-ItemProperty HKLM:SOFTWARENodeSoftware -Name AppSecurity -Force -Verbose
VERBOSE: Performing the operation "Remove Property" on target "Item: HKEY_LOCAL_MACHINESOFTWARENodeSoftware Property: AppSecurity".

#example:

PS C:> Set-Location HKLM:SOFTWARENodeSoftware
PS HKLM:SOFTWARENodeSoftware> Remove-ItemProperty -Path . -Name AppSecurity -Force -Verbose
 
PREVIOUS NEXT
Tagged: #delete #registry #key #powershell
ADD COMMENT
Topic
Name
7+6 =