This repository has been archived by the owner on Jul 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
system.registry.set()
krisdb2009 edited this page Apr 2, 2017
·
5 revisions
This method will set mixed data into a specified registry location.
system.registry.set(string keyPath, [mixed data]);
keyPath: The key path / filter used to specify a registry location.
data: A string / Integer / Object that is being stored.
If the data argument is missing, the given keyPath will be erased
Setting a string
//Setting a string
system.registry.set('HKEY_LOCAL_WEBDOWS/explorer/theme', 'webdows');
Setting an object
//Setting an object
var object = {
this: {
that: 'awsome',
is: 'Cool'
},
that: 'nice'
}
system.registry.set('HKEY_LOCAL_DEMONSTRATION', object);
Removing a registry object
//Running this method will remove what was done in the previous example.
system.registry.set('HKEY_LOCAL_DEMONSTRATION');
below average 2017
system Object
- bootLoader Object
- error Method
- files Property
- formatAMPM Method
- guid Method
- intervals Object
-
is Object
- mobile Method
- loader Method
- registry Object
-
service Class
- autoStart Method
- id Method
- interval Method
- path Method
- registerService Method
- run Method
- unregisterService Method
- updateRegistry Method
- services Object
explorer Object
- context Class
- drag Method
- file_explorer Method
- initiate Method
-
start Object
- addLButton Method
- addRButton Method
- allProgramsSearch Method
- allProgramsToggle Method
- append Method
- initiate Method
- toggle Method
- tabset Class
- theme Method
- window Class
- windows Object