search for: regcreatekey

Displaying 7 results from an estimated 7 matches for "regcreatekey".

Did you mean: regcreatekeya
2007 Nov 28
4
Can''t write to "Windows PowerShell" source with win32-eventlog
...3L".hex, :data => "I''m warning you!" ) end As Tim mentioned, this doesn''t raise an error. It just doesn''t seem to do anything. Any ideas? Anything special about the Windows PowerShell source? In unrelated news, my attempts to replace RegCreateKey with RegCreateKeyEx in EventLog.add_event_source failed. Or shouldn''t I bother with it? Regards, Dan
1998 Nov 10
0
unix registry command
...dified date, 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)...
2000 Apr 18
1
rpcclient Shutdown
...me questions regarding it. I would like to use rpcclient with perl to do a remote shutdown to NT Workstations on lan. >From my linux box ( Running Samba 2.0.6 ) I can successfully connect to the remote NT4.0 Wks, but the list of commands that I have access is only regenum regdeletekey regcreatekey regquerykey regdeleteval regcreateval reggetsec regtestsec ntlogin wksinfo srvinfo srvsessions srvshares srvconnections srvfiles lsaquery lookupsids enumusers ntpass samuser samtest enumaliases samgroups quit...
2007 Jan 23
0
Remote Registry Changes
...erver. .. The server is Samba 3.0.22-r3 on a Gentoo server. I've been digging around for a while now, and have managed to find docs for samba-tng which seem to allow this (which is useless to me as I'm not using samba-tng :) ), and a couple of sites that suggest that the command 'regcreatekey' should be usable with the rpcclient command. (One example is from http://www.linuxtopia.org/online_books/ network_administration_guides/using_samba_book/appd_01_00.html). Actually, I even seem to find a reference to them in the patch file here: (http://lists.samba.org/archive/samba-cvs/...
2012 Dec 07
0
Wine release 1.5.19
...le32: Add helper for string table memory freeing. ole32: Fix some leaks (coverity). wined3d: Add some 'fall through' comments (coverity). Hans Leidekker (5): ole32: Use wrappers around NT functions to access the registry in CoGetPSClsid. ole32: Convert the remaining RegCreateKey and RegOpenKey calls to the wrappers. advapi32: Export more tracing functions. kernel32: Implement SetFileValidData. configure: Fix detection of fallocate on old glibc. Henri Verbeet (50): d3dx9: Avoid LPD3DXINCLUDE. d3dx9: Avoid LPD3DXTEXTUREGUTTERHELPER. d3dx9...
2008 Mar 07
0
Wine release 0.9.57
...anitorial: Remove links to any microsoft site. msi: Don't bail out if the row to modify is not found as not all modify commands need the row. msi: Implement the UILevel property of the Installer object. msi: Make local functions static. msi: Remove a pointless wrapper of RegCreateKey. msi: Add definitions for MsiEnumComponentCosts. msi: Include query.h to pull in the definition of STREAMS_CreateView. msi: Implement MsiGetProductInfoEx. msi: Add tests for MsiGetProductInfoEx. msi: Break out the publishing tests into their respective actions. m...
2010 Apr 02
0
Wine release 1.1.42
...ate trace for new error codes. server: Update the registry key and value name length limits to the now documented values. advapi32: Don't use the static Unicode buffer for value names since they can be larger than MAX_PATH. advapi32: Add support for the KEY_WOW64_32KEY flag in RegCreateKey on 64-bit. advapi32: Add support for the KEY_WOW64_32KEY flag in RegOpenKey on 64-bit. server: Disallow all operations on deleted registry keys. ntdll/tests: Skip a couple of exception tests that crash on Wow64. shlwapi: Fix SHCreateWorkerWindowA for 64-bit. user32/tes...