search for: reg_dword

Displaying 20 results from an estimated 112 matches for "reg_dword".

2016 Apr 05
0
[PATCH 4/7] v2v: extract reusable parts of viostor regedits
...t;; + [ "Service", REG_SZ driver_name; "ClassGUID", REG_SZ "{4D36E97B-E325-11CE-BFC1-08002BE10318}" ]; - [ current_cs; "Services"; "viostor" ], + [ 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_...
2008 Aug 04
0
Help needed: strange issue with share mapping at logon
...UBROUTINE mailconfig :mailconfig ? "Setting up your e-mail configuration ..." ? ;regedit \\gilbert\netlogon\administrator.reg WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "ProxyEnable", "1", "REG_DWORD") WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "ProxyServer", "192.168.0.30:3128", "REG_SZ") ;WriteValue("HKEY_CURRENT_USER\Software\HbTools\Time\HostIE\Updates", "LastTick", "43...
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
2016 Apr 05
22
[PATCH 0/7] Add support for SUSE virtio windows drivers
Hi there, SUSE ships Virtual Machine Driver Pack for the virtio windows drivers. Get v2v and customize to discover them and use them if available. Cédric Bosdonnat (7): v2v: check next free oem%d.inf in /Windows/Inf v2v: extract controller offset discovery as a function customize: add support for pvvxsvc v2v: extract reusable parts of viostor regedits v2v: adapt the subkey in Enum
2015 Jul 11
8
Re: Migrate Win2k3 to KVM
Hi, The error line is: *** STOP: 0x0000007B (0xF789AA94, 0xC0000034, 0x00000000, 0x00000000) Nothing more! (Of course there are some inrelevant text line about chkdsk, etc.) > Basically, what's required is the "STOP:" line + the image where it > fails (so, the line below). Image being likely to be NTOSKRNL.EXE > Nothing about NTOSKRNL.EXE on the blue screen! > >
2015 Jul 25
0
Re: Migrate Win2k3 to KVM
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 25/07/2015 13:55, Ruzsinszky Attila wrote: > Hi Pierre, > > I got enough inspiration typing in the needed reg. keys. > > Here is a difference: What you wrote me: > > intelide >> { ErrorControl(REG_DWORD): 00000001 Group(REG_SZ): System Bus >> Extender Start(REG_DWORD): 00000000 Tag(REG_DWORD): 00000004 >> Type(REG_DWORD): 00000001 ImagePath(REG_SZ): >> system32\drivers\intelide.sys } >> > > My reg. keys: > > \ControlSet001\Services\IntelIde> ls Node has 0...
2005 Dec 06
0
Point and print
...aex ImpPcpLj PrinterDriverData HPWATERMARKDATA0: REG_BINARY: unknown length value not displayed HPWATERMARKDATA1: REG_BINARY: unknown length value not displayed HPWATERMARKDATA2: REG_BINARY: unknown length value not displayed HPWATERMARKDATA3: REG_BINARY: unknown length value not displayed HPDUMMY: REG_DWORD: 0x00000000 TrayFormSize: REG_DWORD: 0x00000070 TrayFormTable: REG_BINARY: unknown length value not displayed FreeMem: REG_DWORD: 0x00000b71 JobTimeOut: REG_DWORD: 0x00000000 Protocol: REG_DWORD: 0x00000000 PrinterDataSize: REG_DWORD: 0x00000230 PrinterData: REG_BINARY: unknown length value not dis...
2015 Jul 11
0
Re: Migrate Win2k3 to KVM
...keys & values[1], 'cd ..' when you're done with all the values of a key, to proceed for the others - - cd .. (you're now in Control) - - cd .. (you're now in ControlSet001) - - cd Services - - Check you have the following keys: atapi and intelide - - Add the missing ones[2]. REG_DWORD type is 4 when doing nv. (like nv 4 ErrorControl) - - You're done, so: q to quit chntpw (of course, reply 'y' to write hives) Back to your linux term: - - cd ../drivers/ - - Check you have atapi.sys and intelide.sys. In case you don't, extract them from the cab file you can find in...
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.
2016 Apr 05
0
[PATCH 6/7] v2v: quiet virtio net and balloon devices wizards
.../v2v/windows_virtio.ml +++ b/v2v/windows_virtio.ml @@ -196,6 +196,14 @@ and add_viostor_to_critical_device_database g root current_cs major = [ "0", REG_SZ (sprintf "PCI\\VEN_1AF4&DEV_1001&SUBSYS_00021AF4&REV_00\\%s&20" subkey); "Count", REG_DWORD 0x1_l; "NextInstance", REG_DWORD 0x1_l ]; + + [ current_cs; "Enum"; "PCI"; "VEN_1AF4&DEV_1000&SUBSYS_00011AF4&REV_00"; subkey ^ "&18" ], + [ "ConfigFlags", REG_DWORD 0x40_l ]; + [ current_cs; "E...
2016 Apr 05
0
Re: [PATCH 6/7] v2v: quiet virtio net and balloon devices wizards
...> > @@ -196,6 +196,14 @@ and add_viostor_to_critical_device_database g > > root current_cs major = > > [ "0", REG_SZ (sprintf > > "PCI\\VEN_1AF4&DEV_1001&SUBSYS_00021AF4&REV_00\\%s&20" subkey); > > "Count", REG_DWORD 0x1_l; > > "NextInstance", REG_DWORD 0x1_l ]; > > + > > + [ current_cs; "Enum"; "PCI"; > > "VEN_1AF4&DEV_1000&SUBSYS_00011AF4&REV_00"; subkey ^ "&18" ], > > + [ "ConfigFlags"...
2016 Apr 05
0
[PATCH 7/7] v2v: add support for SUSE VMDP drivers
..., Inc." in + let msi_supported = if (driver_name = "pvvxblk") then 0x0_l else 0x1_l in let driver_inst = (sprintf "%s_inst" driver_name) in @@ -256,11 +273,14 @@ and add_viostor_to_driver_database g root arch current_cs driverdir = [ "DevicePolicy", REG_DWORD 0x00000005_l ]; [ "DriverDatabase"; "DriverPackages"; inf_full; "Configurations"; driver_inst; "Device"; "Interrupt Management"; "MessageSignaledInterruptProperties" ], - [ "MSISupported", REG_DWORD 0x00000001_l; +...
2010 Aug 24
1
Windows 7 Workstation cannot create local profile
Hi there i have a issues with a Windows 7 Workstation it logs in successfully to the domain, but it doesn't creates the local profile user. On workstation I set the registry to: HKLM\Software\Policies\Microsoft\Windows\System LocalProfile 1 REG_DWORD HKLM\Software\Policies\Microsoft\Windows\System ReadOnlyProfile 1 REG_DWORD To enable Local Profiles only. PDC smb.conf logon script = netlogon.bat logon path = \\%L\profiles\%U [profiles] comment = Network Profiles Share path = /var/lib/samba/profiles read only = No...
2012 May 03
1
Samba4 oplocks: LibreOffice and Word file locking
...However, our win7 clients do not have \Parameters At HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services I see the folders: mrxsmb, mrxsmb10 and ,rxsmb20 opening any of them gives another folder called Enum with Default REG_SZ (value not set) 0 REG_SZ Root\LEGACY_MRXSMB\0000 Count REG_DWORD 0x00000001 (1) NextInstance REG_DWORD 0x00000001 (1) Any ideas how to turn off oplocks? Or WHY. Cheers, Steve
2004 May 06
2
Administrator rights for Windows update?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi List, is it really necessary to add every user to the administrators group to allow them to update their windows boxes? I really can't believe this... Cheers Nicki - -- Linksystem Muenchen GmbH info@link-m.de Schloerstrasse 10 http://www.link-m.de 80634 Muenchen
2007 Dec 06
7
time server = yes
I want my XP clients to update their clocks from my samba server. I have time server = yes in smb.conf, and running ntpd on the server, but my clients aren't updating their clocks. I tried running the command manually logged in as a domain user: net time /setsntp:10.8.2.3 but it just says "System error 5 has occurred. Access is denied". Any ideas?
2011 Aug 29
6
help with perfect world international, after installation
Hello, I installed PWI, then run and started to update, when finished updating, close it and open it again, and I get the following screen: [Image: http://s2.subirimagenes.com/imagen/previo/thump_6860587screen.png ][/img] see, I get the launcher in black. besides, I get a window with this error: err:wininet:CommitUrlCacheEntryInternal no free entries
2016 Apr 05
0
[PATCH 3/7] customize: add support for pvvxsvc
...Add a new rhsrvany service to the system registry to execute firstboot. - * NB: All these edits are in the HKLM\SYSTEM hive. No other - * hive may be modified here. - *) - let regedits = [ - [ current_cs; "services"; "firstboot" ], - [ "Type", REG_DWORD 0x10_l; - "Start", REG_DWORD 0x2_l; - "ErrorControl", REG_DWORD 0x1_l; - "ImagePath", - REG_SZ (firstboot_dir_win ^ "\\rhsrvany.exe -s firstboot"); - "DisplayName", REG_SZ "Virt tools firstboot service"...
2014 Aug 08
2
[PATCH 1/2] Add type checking, support integers as value
...bj); + if (bytes == NULL) + return -1; + ret->len = PyBytes_GET_SIZE (bytes); + ret->value = PyBytes_AS_STRING (bytes); + } else if (PyBytes_Check (obj)) { + ret->len = PyBytes_GET_SIZE (obj); + ret->value = PyBytes_AS_STRING (obj); + } else if (ret->t == hive_t_REG_DWORD || + ret->t == hive_t_REG_DWORD_BIG_ENDIAN) { + uint32_t d = PyLong_AsLong (obj); + if (PyErr_Occurred ()) { + PyErr_SetString (PyExc_TypeError, \"expected int type for DWORD value\"); + return -1; + } + + ret->len = sizeof (d); + ret->value =...
2014 Jan 13
0
Re: [PATCH 1/7] Add a minimal hive with "special" keys and values
...9;minimal' into a VM running Windows > +XP, loading it into HKEY_LOCAL_MACHINE\minimal using regedit.exe > +(File/Load Hive...), and running 'mkzero.exe'. > + > +'mkzero.exe' creates the following keys and values: > + > +- A key 'zero\0key' containing a REG_DWORD value 'zero\0val' (\0 = zero > + character) > +- A key 'asdf_äöüß' containing a REG_DWORD value 'asdf_äöüß' > +- A key 'weird™' containing a REG_DWORD value 'symbols $£₤₧€' (SMALL > + DOLLAR SIGN, FULLWIDTH POUND SIGN, PESETA SIGN, EURO SIGN) &g...