StickyBanana
New member
- Local time
- 5:49 AM
- Posts
- 20
- OS
- Windows 11
Hello,
Recently I tried to make some changes on registry using this command
may I ask what does this command do? does it safe? and is there a way to revert what this command do or can I just delete the key created using this command?
That would be all, thank you :).
Recently I tried to make some changes on registry using this command
Powershell:
New-Item -Path "HKCU:\Software\Policies\Microsoft\Windows" -Name "WindowsCopilot" -Force; New-ItemProperty -Path "HKCU:\Software\Policies\Microsoft\Windows\WindowsCopilot" -Name "TurnOffWindowsCopilot" -Value 1 -PropertyType DWord -Force
That would be all, thank you :).
My Computer
System One
-
- OS
- Windows 11
- Computer type
- PC/Desktop





