search for: parentkeynam

Displaying 1 result from an estimated 1 matches for "parentkeynam".

Did you mean: parentkeyname
1998 Nov 10
0
unix registry command
...the number of keys and values etc - reggetsec keyname shows the permissions (access control list) on a file. a list of SIDs and their permissions is shown. use the "lookupsids S-x-x-x..." command to find out the pretty-looking name, i will fix this in later versions. - regcreatekey parentkeyname subkeyname creates a key with _default_ permissions. cannot specify key permissions at the moment. - regcreateval parentkeyname valuename [1|3|4] value. 1=UNICODE string; 3=hex data (value is of format 0095a439 or 00,15,39,28,ba,ff etc) 4=DWORD (value is of format 0xNNNN or NNNN) that's...