← Back to context Comment by dingaling 13 hours ago Try editing key-values in Regedit using only the keyboard. 3 comments dingaling Reply kbelder 8 hours ago You start regedit.cursor up/down, page up/down, or F3 to search, hitting enter to follow directories, until you reach the key.Hit enter on the key. The values will be displayed.Hit tab until you are on the key you want to edit.Hit enter. A popup with the value will appear.Type the new value, hit enter.A much more painless process than I anticipated, honestly, and it refreshingly uses the same conventions that used to be used everywhere in windows. internet2000 9 hours ago Set-ItemProperty -Path "HKCU:\Software\MyNewKey" -Name "Example" -Value "Blah" :) remusrm 12 hours ago [dead]
kbelder 8 hours ago You start regedit.cursor up/down, page up/down, or F3 to search, hitting enter to follow directories, until you reach the key.Hit enter on the key. The values will be displayed.Hit tab until you are on the key you want to edit.Hit enter. A popup with the value will appear.Type the new value, hit enter.A much more painless process than I anticipated, honestly, and it refreshingly uses the same conventions that used to be used everywhere in windows.
internet2000 9 hours ago Set-ItemProperty -Path "HKCU:\Software\MyNewKey" -Name "Example" -Value "Blah" :)
You start regedit.
cursor up/down, page up/down, or F3 to search, hitting enter to follow directories, until you reach the key.
Hit enter on the key. The values will be displayed.
Hit tab until you are on the key you want to edit.
Hit enter. A popup with the value will appear.
Type the new value, hit enter.
A much more painless process than I anticipated, honestly, and it refreshingly uses the same conventions that used to be used everywhere in windows.
Set-ItemProperty -Path "HKCU:\Software\MyNewKey" -Name "Example" -Value "Blah" :)
[dead]