Registry - Couch-Potato/cyberscript GitHub Wiki
Configuring the registry
Create a registry key
cs.registry add [keyLocation] [keyName] [keyValue]
Example
cs.registry add HKEY_LOCAL_MACHINE\SOFTWARE\newKey thisKeyName somevalue
Edit a current registry key
cs.registry set [keyLocation] [keyName] [keyValue]
Example
cs.registry set HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\NativeMessagingHosts\com.microsoft.browsercore (Default) someRandomValue