Jump to content

voxace

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by voxace

  1. Worked perfectly. Thanks!!!!
  2. Awesome, I've got that ready to go. Extracted the commonfiles from the hotfix, and put that in a folder called "005_hd_audio", and the realtek drivers in a folder called "006_realtek_audio". I assume that those files should be installed first. Anyways, thanks for that. Will give it a try a bit later on.
  3. Well in nlite under the drivers section, I add the unzipped contents of the Realtek Audio driver. It is the same way I have done it on previous computers, but they had AC97 audio. Also I have ordered the drivers so that audio installs last. BTW, I am using your update pack - nice work
  4. Hi, Having problems trying to get the Realtek HD Audio drivers to install using nlite. It is for a Asus P5W-DH motherboard with "Realtek ALC882M High Definition Audio". I am using the drivers from here: Realtek Site Just doesn't seem to install, but will with no dramas if I run the setup in Windows. What could I possibly be doing wrong? Cheers, Dave.
  5. Nevermind, I achieved the same thing with the following added to my *.cmd file... %systemdrive%\WINDOWS\system32\netsh.exe interface ip set address name="Local Area Connection" source=static addr=192.168.1.13 mask=255.255.255.0 gateway=192.168.1.1 gwmetric=1 Much better solution than using the registry!
  6. Hi, This is my first post here. I've made a .reg file in an attempt to automate my Internet Protocol Properties. The problem is, the information seems to be stored in a randomly generated folder name (such as "469212EA-E373-419B-A167-16055788F3F2"). When I made my reg file, they were in a different folder, and I assume next install it will be different again. Any help appreciated! Cheers, David. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\{AE9F1CEC-E6E6-46AE-9433-77C49F871223}\Parameters\Tcpip] "IPAddress"=hex(7):31,00,39,00,32,00,2e,00,31,00,36,00,38,00,2e,00,31,00,2e,00,\ 31,00,33,00,00,00,00,00 "SubnetMask"=hex(7):32,00,35,00,35,00,2e,00,32,00,35,00,35,00,2e,00,32,00,35,\ 00,35,00,2e,00,30,00,00,00,00,00 "DefaultGateway"=hex(7):31,00,39,00,32,00,2e,00,31,00,36,00,38,00,2e,00,31,00,\ 2e,00,31,00,00,00,00,00 "DhcpIPAddress"="0.0.0.0" "DhcpSubnetMask"="255.0.0.0" "DhcpServer"="255.255.255.255" [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters\Interfaces\{AE9F1CEC-E6E6-46AE-9433-77C49F871223}] "IPAddress"=hex(7):31,00,39,00,32,00,2e,00,31,00,36,00,38,00,2e,00,31,00,2e,00,\ 31,00,33,00,00,00,00,00 "SubnetMask"=hex(7):32,00,35,00,35,00,2e,00,32,00,35,00,35,00,2e,00,32,00,35,\ 00,35,00,2e,00,30,00,00,00,00,00 "DefaultGateway"=hex(7):31,00,39,00,32,00,2e,00,31,00,36,00,38,00,2e,00,31,00,\ 2e,00,31,00,00,00,00,00 "DefaultGatewayMetric"=hex(7):30,00,00,00,00,00 "NameServer"="220.233.0.1,202.92.65.254" "DhcpServer"="255.255.255.255" "IPAutoconfigurationAddress"="0.0.0.0" "IPAutoconfigurationMask"="255.255.0.0" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\{AE9F1CEC-E6E6-46AE-9433-77C49F871223}\Parameters\Tcpip] "IPAddress"=hex(7):31,00,39,00,32,00,2e,00,31,00,36,00,38,00,2e,00,31,00,2e,00,\ 31,00,33,00,00,00,00,00 "SubnetMask"=hex(7):32,00,35,00,35,00,2e,00,32,00,35,00,35,00,2e,00,32,00,35,\ 00,35,00,2e,00,30,00,00,00,00,00 "DefaultGateway"=hex(7):31,00,39,00,32,00,2e,00,31,00,36,00,38,00,2e,00,31,00,\ 2e,00,31,00,00,00,00,00 "DhcpIPAddress"="0.0.0.0" "DhcpSubnetMask"="255.0.0.0" "DhcpServer"="255.255.255.255" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{AE9F1CEC-E6E6-46AE-9433-77C49F871223}] "IPAddress"=hex(7):31,00,39,00,32,00,2e,00,31,00,36,00,38,00,2e,00,31,00,2e,00,\ 31,00,33,00,00,00,00,00 "SubnetMask"=hex(7):32,00,35,00,35,00,2e,00,32,00,35,00,35,00,2e,00,32,00,35,\ 00,35,00,2e,00,30,00,00,00,00,00 "DefaultGateway"=hex(7):31,00,39,00,32,00,2e,00,31,00,36,00,38,00,2e,00,31,00,\ 2e,00,31,00,00,00,00,00 "DefaultGatewayMetric"=hex(7):30,00,00,00,00,00 "NameServer"="220.233.0.1,202.92.65.254" "DhcpServer"="255.255.255.255" "IPAutoconfigurationAddress"="0.0.0.0" "IPAutoconfigurationMask"="255.255.0.0" "IPAutoconfigurationSeed"=dword:00000000
×
×
  • Create New...