I wish to edit the value from a dword-32-bit in the registry, how can i do that with the command prompt or powershell?
Disclaimer: I take responsibility for my OS and the actions i take, i dont need warnings i need only help.
I know it is possible to use cmd to edit registry, i just dont know the exact command for it.
For example it is very easy to create registry key with this command:
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\etc\etc /v Valuename /t REG_SZ /d valuedata /f
Just this is not what i want.
I wish only to know the exact command so i can put it into cmd and execut it so it will change the dword value to my desired choice.
Thank you..
Disclaimer: I take responsibility for my OS and the actions i take, i dont need warnings i need only help.
I know it is possible to use cmd to edit registry, i just dont know the exact command for it.
For example it is very easy to create registry key with this command:
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\etc\etc /v Valuename /t REG_SZ /d valuedata /f
Just this is not what i want.
I wish only to know the exact command so i can put it into cmd and execut it so it will change the dword value to my desired choice.
Thank you..