search for: hkey_local_machine

Displaying 20 results from an estimated 580 matches for "hkey_local_machine".

2012 May 08
6
registry vulnerabilities in R
.../2012 9:39:55 AM *********************************************************** *********************************************************** ========================= From Registry Items Added ========================= ----- Possible Forbidden File Extensions ----------------------------------------- HKEY_LOCAL_MACHINE\Software\Policies\Adobe\Acrobat Reader\9.0\FeatureLockDown\cDefaultLaunchAttachmentPerms "tBuiltInPermList" "version:1|.ade:3|.adp:3|.app:3|.arc:3|.arj:3|.asp:3|.bas:3|.bat:3|.bz:3|.bz2:3|.cab:3|.chm:3|.class:3|.cmd:3|.com:3|.command:3|.cpl:3|.crt:3|.csh:3|.desktop:3|.dll:3|.exe:3|.f...
2012 Feb 26
10
Software Profili2 on Ubuntu by Wine
Hi Greetings to all Is my first post in this forum sorry for my english Many compliment to all developers for great work in Wine Profili2 is the most famous Windows software for designe airfoil profile for RC airplane models. Some times ago I have installed it in ubuntu 10.10 by Wine(1.3.5) with success This software use an mdb file First I have installed Profili download in this web site
2010 Oct 19
1
[PATCH] Fix Windows conversion when ControlSet001 isn't the CurrentControlSet
...node_get_value($select, 'Current'); + $current_cs = sprintf("ControlSet%03i", $h->value_dword($current_cs)); + # Make the changes. - my $regedits = ' + my $regedits = <<REGEDITS; ; Edits to be made to a Windows guest to have ; it boot from viostor. -[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\CriticalDeviceDatabase\pci#ven_1af4&dev_1001&subsys_00000000] +[HKEY_LOCAL_MACHINE\\SYSTEM\\$current_cs\\Control\\CriticalDeviceDatabase\\pci#ven_1af4&dev_1001&subsys_00000000] "Service"="viostor" "ClassGUID"="{4D36E9...
2008 Oct 26
2
Possible uninstall problem on windows.
I just uninstalled R 2.7.2 on Windows XP after having installed R 2.8.0 The uninstaller removed the String values HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R\Current Version HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R\InstallPath despite the fact that they pointed to R 2.8.0 The uninstaller did not remove the key HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R\2.7.2 (and all the values in that key) I think the uninstaller should only remove the Current...
2005 Nov 24
1
Changes to Windows registry in R-2.2.0
R-Devel, I note from the CHANGES log accompanying the Windows version of R-2.2.0 that the behaviour with respect to the Windows registry has changed. It says: "If the user chooses to register R during installation, a registry entry HKEY_LOCAL_MACHINE\Software\R-core\R\{version}\InstallPath will be added. Users require administrative privileges to create this key. For others, the same key will be put under the HKEY_CURRENT_USER root." The old behaviour was to add or modify the registry entry at HKEY_LOCAL_MACHINE\Software\R-core\R\Install...
2010 Nov 09
1
Windows 7 problems
Hi, I have upgraded to Samba 3.5.6 for Windows 7 Pro compatibility. I am in a test phase to evaluate the behavior of Windows 7 in a Samba PDC environment. I have one Samba server as a PDC with tdbsam backend (no LDAP at all), and I applied the reg and patch as described in the wiki. I have a couple of questions related to Windows 7 : - opening a domain session on the Win7 client takes a
2009 Jan 16
2
regshell only goes to HKEY_CLASSES_ROOT
Hi all, I've compiled samba 4 from branches and it worked like a charm. I'm trying to use regshell to read (remotely) the following Windows registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall I can connect to the remote machine with no problems: ./regshell --remote=192.168.50.142 --user=Administrador%xxx HKEY_CLASSES_ROOT> HKEY_CLASSES_ROOT> info Name: HKEY_CLASSES_ROOT Full path: HKEY_CLASSES_ROOT Time Last Modified: Wed Dec...
2010 Mar 29
4
[PATCH 0/3] Export and merge into Windows Registry
As described here previously: https://www.redhat.com/archives/libguestfs/2010-March/msg00129.html Here is the three part patch to reimplement virt-win-reg to support exporting and merging Windows Registry entries in the 'regedit' format. Tested by me on a local Windows VM. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top'
2009 Jul 02
2
Ubuntu Jaunty samba 3.3.2 print$ no write rights even though I do;-)
...! -Glenn smb.conf file # Generated by /usr/sbin/modify_samba_config.pl # [global] configbackend = registry ## Section - [smbsrvr] [smbsrvr] comment = test maxconnections = 0 path = /smbsrvr max connections = 0 # # end of generated smb.conf # Samba registry backend configuration [HKEY_LOCAL_MACHINE\SOFTWARE\Samba] [HKEY_LOCAL_MACHINE\SOFTWARE\Samba\Group Policy] [HKEY_LOCAL_MACHINE\SOFTWARE\Samba\smbconf] [HKEY_LOCAL_MACHINE\SOFTWARE\Samba\smbconf\global] "ldap group suffix"="ou=Groups" "passwd program"="/usr/bin/passwd %u" "add share comm...
2010 May 06
1
[PATCH v2v] Pre-convert Windows guests.
...+ # Open the registry hive. + my $h = Win::Hivex->open ($tmpdir . "/system", write => 1) + or die "open system hive: $!"; + + # Make the changes. + my $regedits_w2k3 = ' +; Edits to be made to a Windows 2003 guest to have +; it boot from viostor. + +[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\CriticalDeviceDatabase\pci#ven_1af4&dev_1001&subsys_00000000] +"Service"="viostor" +"ClassGUID"="{4D36E97B-E325-11CE-BFC1-08002BE10318}" + +[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\CriticalDeviceDatabase\pci#ven_1a...
2001 Mar 06
1
Encrypted passwords for Windows 2000
...for windows nt4 and 98. Thank's Emanuel Duarte (Portugal) ********************************** This should take care of the "clear text password" problemsyou've encountered: For Win 98 (To enable "clear text passwords"): 1) Launch Registry Editor 2) Double Click on: HKEY_LOCAL_MACHINE 3) Locate /HKEY_LOCAL_MACHINE/System/CurrentControlSet/Services/VxD/VNETSUP 4) From the menu bar select Edit/New/DWORD Value 5) Rename the entry from "New Value #1" to: EnablePlainTextPassword 6) Press Enter, then double click on the new entry. A dialog box will pop up...
2015 Oct 02
5
Samba 4 PDC and Windows Join
If I setup a samba 4 PDC (not AD) like I do with samba 3, I still have to change the follow registry key on Win 7/8/?/10 for join it to samba domain ? > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters] > "DomainCompatibilityMode"=dword:00000001 > "DNSNameResolutionRequired"=dword:00000000 > > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Netlogon\Parameters] > "DisablePasswordChange&qu...
2016 Apr 14
2
samba 3 domain and win10 logon scripts
On 13/04/16 21:32, Marc Muehlfeld wrote: > Hello, > > Am 13.04.2016 um 13:20 schrieb lejeczek: >> I have a win10 which is (from what I see) a good member of samba domain >> except for one thing - it does not seem to a few simply things from a >> logon.bat, or does not do anything with it. >> would you share your thoughts? > We can't, if you don't share
2011 Sep 15
1
Samba/LDAP/Win7 Domain Admins could not log in
...i der Anmeldung mit dem Benutzerprofildienst. Das Benutzerprofil kann nicht geladen werden.") appears. The Samba Log looks fine. If I change the user to be a normal Domain Users he can log in without problems. I've changed the following Registry-Settings in order to join the domain: [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManWorkstation\Parameters] "DNSNameResolutionRequired"=dword:00000000 "DomainCompatibilityMode"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa] "LmCompatibilityLevel"=dword:00000001 [HKEY_LOCAL_MACHINE\S...
2009 Nov 12
3
Samba 3.2.15 is working with Winows 7 !!!
Hello to all, After a lot of trying this is the solution for all with samba 3.2.15 installed. My Windows 7 client machine joins the domain on the fly with this registry hack. I can logon without errors and all my netlogon scripts are working: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Para meters] "DomainCompatibilityMode"=dword:00000001 "DNSNameResolutionRequired"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Netlogon\Parameters] "Update"="no" "DisablePa...
2014 Oct 31
1
Samba 3.6.23 and Windows 7
...x to login to my Samba NT4-style domain controller. I have upgraded samba from 3.0.33 to 3.6.23, and copied my smbpasswd file to where the new samba expects to find it in /var/samba/lib/private. I've applied the following registry changes to my Windows 7 machine: ; Win7_Samba3DomainMember [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManWorkstation\Parameters] "DNSNameResolutionRequired"=dword:00000000 "DomainCompatibilityMode"=dword:00000001 ; Speedup settings [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System] "SlowLinkDetectEnabled"=dword:0000000...
2008 Mar 10
2
The server is configured to refuse --iconv
...Where does it say it refuses --iconv? I admit I'm a bit lost. :-) Server side rsync is started via --config rsyncd.conf --daemon --no-detach as a service. Registry settings are: ------------------------------------------------------------------------ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RsyncServer] "Type"=dword:00000010 "Start"=dword:00000002 "ErrorControl"=dword:00000001 "ImagePath"=hex(2):43,00,3a,00,5c,00,63,00,77,00,52,00,73,00,79,00,6e,00,63,00,\ 5c,00,62,00,69,00,6e,00,5c,00,63,00,79,00,67,00,72,00,...
2007 Jun 13
0
Re: cl : Command line error D8037 : cannot create temporary il file; clean temp directory of old il files
...ry il file; clean temp directory of old il files make: *** [_stricmp.o] Error 2 Bummer! Several hours and one `man wine` later, I did: $ export WINEDEBUG=relay # this feature rocks too much! $ make -f makefile.win64 1>cl64.log 2>&1 $ less cl64.log $ # stare $ # stare $ # stare... aha! HKEY_LOCAL_MACHINE/Software/Microsoft/Cryptography/Defaults/Provider Types/Type 001 => Name = "Microsoft Strong Cryptographic Provider" (REG_SZ) HKEY_LOCAL_MACHINE/Software/Microsoft/Cryptography/Defaults/Provider Types/Type 001 => TypeName = "RSA Full (Signature and Key Exchange)" (REG_SZ)...
2008 Apr 01
3
regedit not working
Hi, I am running wine 0.9..58 ubuntu 8.04 Dual booting Windows Vista and configured Wine to use the Windows partition. When I try running regedit, I get the following error. cat s2.reg [HKEY_LOCAL_MACHINE\SOFTWARE\Secure Computing] [HKEY_LOCAL_MACHINE\SOFTWARE\Secure Computing\Agent] [HKEY_LOCAL_MACHINE\SOFTWARE\Secure Computing\Agent\preetham] "OKAuth"="Successful" "StartAction"="" "PWPrompt"="Password:" "ModeFlag"=dword:000000...
2009 Jul 18
3
program fails to enumerate COM ports
Hi. LG PC Sync can work with ~/.wine/dosdevices/com1 but fails to enumerate com ports. I cannot select port other than COM1 and the combo box that would allow me to do that is blank. I did: # ln -s /dev/ttyACM0 ~/.wine/dosdevices/com5 # sudo chmod g+rw,o+rw /dev/ttyACM0 and added to registry: [HKEY_LOCAL_MACHINE\Hardware\DEVICEMAP\SERIALCOMM] "COM5"="COM5" env WINEDEBUG=+reg wine "C:\Program Files\LGGSM\LGPCSync\LGPCSync.exe" & then open "options" dialog: Code: trace:reg:NtOpenKey (0x28,L"System\\CurrentControlSet\\Control\\DeviceClasses",20019,0x3...