search for: reg_expand_sz

Displaying 20 results from an estimated 34 matches for "reg_expand_sz".

2005 Jun 23
0
WinXP - Not So Roaming profile
...lders] as listed bellow: ------------ Nome da chave: HKEY_LOCAL_MACHINE\Default\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders Nome da classe: <Sem classe> Hora da ?ltima grava??o: 20/6/2005 - 15:11 Valor 0 Nome: AppData Tipo: REG_EXPAND_SZ Dados: %USERPROFILE%\Dados de aplicativos Valor 1 Nome: Desktop Tipo: REG_EXPAND_SZ Dados: \\NIPDL08\profile\%USERNAME%\Desktop Valor 2 Nome: Favorites Tipo: REG_EXPAND_SZ Dados: %USERPROFILE%\Favoritos Valor...
2010 Aug 05
1
Roaming profiles shared between WinXP and Win7
..., "DllName", "%SystemRoot%\Resources\themes\Windows Classic.theme","REG_SZ") WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders", "Personal", "%USERPROFILE%\Mis documentos", "REG_EXPAND_SZ") WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders", "Desktop", "%USERPROFILE%\Escritorio", "REG_EXPAND_SZ") WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersi...
2016 Apr 05
0
[PATCH 4/7] v2v: extract reusable parts of viostor regedits
...ot; ], + [ current_cs; "Services"; driver_name ], [ "Type", REG_DWORD 0x1_l; "Start", REG_DWORD 0x0_l; "Group", REG_SZ "SCSI miniport"; "ErrorControl", REG_DWORD 0x1_l; - "ImagePath", REG_EXPAND_SZ "system32\\drivers\\viostor.sys"; + "ImagePath", REG_EXPAND_SZ ("system32\\drivers\\" ^ driver); "Tag", REG_DWORD 0x21_l ]; - [ current_cs; "Services"; "viostor"; "Parameters" ], + [ current_cs; "...
2016 Apr 06
8
[PATCH 0/4] v2v: simplify Windows registry patching
The way we patch the Windows registry in order to allow it to boot off a virtio-blk drive was initially conceived by comparing the state with virtio-blk driver properly installed, to that without. However, we don't want to replicate the Windows PnP system; rather we need to apply just enough edits to make the system boot, and then let the Windows PnP manager figure out the rest. This series
2008 Jan 15
3
The use of goup policies in XP and Vista
Hi all, Can anyone point me in the right direction to apply Group Policies from a Samba 3.0.26 PDC to my Windows XP and Vista clients. I read chapter 26 of the Samba manual (dated April 3 2003) and I was wondering if the NTConfig.POL file in the NETLOGON share is the way to go here? Regards, Joost.
2004 May 06
1
Problem with CloneCD :-)
Hi, just out of curiosity I was trying to install the latest CloneCD trial version on the latest Wine from CVS. The problem I'm seeing is that CloneCD writes an entry to the registry: \\HKLM\\System\\CurrentControlSet\\Services\\ElbyCDIO with underneath (amongst others): ImagePath(REG_EXPAND_SZ) : System32\Drivers\ElbyCDIO.sys When I run CloneCD it tries to start this 'service': - the registry is opened and ImagePath is read (OK) - then StartServiceA is called -> StartServiceW -> ... -> ExpandEnvironmentStringsW and the ImageValue is passed back (OK) - now StartServiceW...
2020 Jul 23
2
virt-v2v - Window firstboot service questions
Hi, It seems that on Windows we create the following dir: /Program Files/Guestfs/Firstboot/ Where '/' is the os volume (where /Windows reside) Is it possible that Program Files is not actually located on the os volume? (i.e. C:\Windows, D:\Program Files on original vm) Does virt-v2v or even libguestfs's inspect_os() even support that? (Looking around in the code tells me that if
2007 Dec 04
4
eventlog
Hi, Hm, the string inserts are different, too. Any encoding issues? Your user name uses extended ASCII, too, right? Not sure if that''s significant or not. I''ve cc''d the win32utils-devel list to see if anyone has any ideas. Thanks, Dan botp wrote: > On 12/4/07, Daniel Berger <djberg96 at gmail.com> wrote: >> Can you tell us which record numbers in
2017 Sep 01
0
Wine release 2.16
...ation and deletion tests. regedit: Close any open registry keys before starting the key deletion process. reg/tests: Add some mixed key creation and deletion tests. reg: Close any open registry keys before starting the key deletion process. regedit: Null-terminate incomplete REG_EXPAND_SZ and REG_MULTI_SZ Unicode data. reg: Null-terminate incomplete REG_EXPAND_SZ and REG_MULTI_SZ Unicode data. Huw D. M. Davies (11): riched20: Move the editor initialization out of CreateTextHost(). riched20: Retrieve the default paragraph alignment from the text host. riched2...
2013 Jul 25
2
How can I read registry values?
I should read the values of some registry keys like ''HKLM\SOFTWARE\Puppet\WCM\Initial_Setup''. How can I do this? Thanx Tinu -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this
2018 Jan 15
0
Home folder: a simple mapping or something more?
...Shell Folders Value name: For example, to redirect the Documents folder, enter: Personal For a list of other registry keys of folders you can redirect, see the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders entry in your local Windows registry. Value type: REG_EXPAND_SZ Value data: For example: \\server\%USERNAME%\Documents Windows automatically replaces the %USERNAME% variable with the name of the current user when the policy is applied. There is only one "but"... If you setup with RFC2307, and you did add the profiles and/or user homedir in ( like :...
2011 Dec 13
1
[hivex] [PATCH 1/1] hivexml: Change value type output to standard names
.../Windows_Registry#Keys_and_values + * (Retrieved 2011-10-09) + * Caller should not free return value. + */ +static char * +value_type_windows_string (hive_type t) +{ + switch (t) { + case 0: return "REG_NONE"; break; + case 1: return "REG_SZ"; break; + case 2: return "REG_EXPAND_SZ"; break; + case 3: return "REG_BINARY"; break; + case 4: return "REG_DWORD_LITTLE_ENDIAN"; break; + case 5: return "REG_DWORD_BIG_ENDIAN"; break; + case 6: return "REG_LINK"; break; + case 7: return "REG_MULTI_SZ"; break; + case 8: return...
2005 Apr 07
2
PDC: Logging out from Windows XP SP2 takes a long time
I have samba set up as primary domain controller, and have problems with my Windows XP SP2 machines. Logging in is quick, but most of the time (nine out of ten times) the logout process takes a long time - I do end up rebooting, but once I let it stay and it took a whole hour before it was logged out. It seems to act the same way for all users. Possible sources already eliminated: - I have
2014 Dec 02
1
[PATCH NOT TO BE APPLIED] v2v: windows: Make registry changes to all ControlSets, not
[Partly using the mailing list as a backup again ...] This commit changes virt-v2v to make registry changes to all ControlSets, not just the CurrentControlSet. Not sure what difference if any this would make. Rich.
2018 Jan 15
2
Home folder: a simple mapping or something more?
Probably this email is connected with my previous one, about folder redirection. Looking at: https://wiki.samba.org/index.php/User_Home_Folders for AD there's three method to set home folder. ADUC and ldbedit is the same, simply using different interfaces. But setting a folder mapping via GPO, AFAI've understood, it is not exactly the same as setting home folder. Or better, setting a
2007 Nov 28
4
Can''t write to "Windows PowerShell" source with win32-eventlog
Hi all, Tim Uckun reported, and I''ve confirmed, that you can''t write to the Windows PowerShell event source for some reason. Tim thought it might be because of the space in the name, but my attempt to quote it did not seem to help. In order to follow along, install PowerShell, create the foo.dll using the foo.mc file in the ''test'' directory, and try the
2017 May 26
0
Wine release 2.9
...ey name and value name concatenation. regedit/tests: Test if REG_SZ and REG_DWORD support line concatenation. regedit/tests: Test whether blank lines affect multi-line concatenation. regedit/tests: Add tests for importing REG_NONE data. regedit/tests: Add tests for importing REG_EXPAND_SZ data. regedit/tests: Add tests for importing REG_BINARY data. comctl32/tests: Add tests for mouse right-click in a treeview control. reg/tests: Add tests for key name and value name concatenation. reg/tests: Test if REG_SZ and REG_DWORD support line concatenation. reg/...
2008 Aug 13
4
Cannot Redirect some windows xp folders to samba share?
Hi people. I have some issues, I setup a samba server(3.0.28) with gentoo, samba + ldap. Is working, I can create users, change, add, mod, etc,etc. I setup each home drive, using smbldap-tools. Everything is working good. But I have 1 problem, I want to setup my windows xp pro sp2 users to have roaming + folder redirection to my samba server. Some folders are very easy to move to be in
2016 Oct 07
0
Wine release 1.8.5
...-tracking with TVS_FULLROWSELECT. comctl32/treeview: Fill full row for TVS_FULLROWSELECT style. msctf: Make ITextStoreACPSink a part of context object. msctf: Added stub ITextStoreACPServices support for context ITextStoreACPSink. Pierre Schweitzer (1): mpr: Add support for REG_EXPAND_SZ for providers path. Piotr Caban (7): msvcp100: Add numeric_limits<*>::lowest implementation. msvcp60: Export more complex numbers operators. msvcr120: Add _set_FMA3_enable stub. msvcrt: Add support for member function pointers demangling in unDName function. msv...
2014 Oct 31
0
Wine release 1.7.30
...pt: Add stub dll. riched20: Fix a leak. riched20: Add COM aggregation support for IRichEditOle. riched20: Add IID_IRichEditOle and IID_ITextDocument support for ITextServices::QueryInterface. Jonathan Vollebregt (6): reg/tests: Add negative DWORD tests. reg/tests: Add REG_EXPAND_SZ tests for reg add. reg/tests: Add REG_MULTI_SZ tests for reg add. reg/tests: Add REG_BINARY tests for reg add. reg/tests: Add REG_DWORD_BIG_ENDIAN tests for reg add. reg/tests: Test key formats. Ken Thomases (1): winemac: Don't allow double-clicks in the content a...