I need to find out the keystring of my WLAN NIC using a batch query, as I believe this changes on each install. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkCards\13] "ServiceName"="{65FA9572-A7DB-42EE-8EC5-1D1D41E299FA}" "Description"="Intel(R) PRO/Wireless 2200BG Network Connection" So I need a batch that search for Description "Intel® PRO/Wireless 2200BG Network Connection" in HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkCards\XX and then return the ServiceName value ({65FA9572-A7DB-42EE-8EC5-1D1D41E299FA}). Please help me out here! Ive really tried myself but cant figure it out. Yzöwl, I know you know this hehe care to help out?
I'd like to increase MTU on my 2 NICs. But im not sure if the key is the same on each isntall. Can someone help me? this is the reg key that id like to apply: HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{65FA9572-A7DB-42EE-8EC5-1D1D41E299FA}\MTU: 0x000005DC HKLM\SYSTEM\ControlSet001\Services\Tcpip\Parameters\Interfaces\{65FA9572-A7DB-42EE-8EC5-1D1D41E299FA}\MTU: 0x000005DC
So, did I get it correctly that if I replace FLASH.IN_ and flash.oc_ in i386 with the ones from cyberloners rar file, I will have Flash 8 player installed, and will not need to install flashPlayer 8 (install_flash_player_active_x.msi)?
I don't know how this is built, but what would look good is keeping the green frame of the user picture and highlight it at mouseover. (Making the frame a bit brighter).
Im a bit confused at the MSI switches. (reading the /?) Should I in general for .msi files use '/qn' or '/quiet /norestart'? (I would like the installation completly silent, no user interface or progress). And what is the difference between using '/qn' and '/quiet /norestart'? Please clear this up for me... thnx
Can you have files in a sfx archive extract to different locations? I have a command like follows start /wait c:\SomeInstaller.msi /qb copy /y "c:\scriptfile.js" ""%ProgramFiles%\Path\To\Scripts\" copy /y "c:\config.xml" ""%ProgramFiles%\Path\To\Config" Could I somehow pack SomeInstaller.msi, scriptfile.js and config.xml into a SFX to only have one .exe file and not 3 files plus a command to execute?
I've found that increasing my RWIN to 255000 and setting my WLANs MTU to 1500 increases my DSL performance significantly. This is what regshot output after the changes (wich was done with a tweak app) HKLM\SYSTEM\ControlSet001\Services\Tcpip\Parameters\TcpWindowSize: 0x0003D4F1 HKLM\SYSTEM\ControlSet001\Services\Tcpip\Parameters\TcpWindowSize: 0x0003D4F0 HKLM\SYSTEM\ControlSet001\Services\Tcpip\Parameters\Interfaces\{65FA9572-A7DB-42EE-8EC5-1D1D41E299FA}\MTU: 0x00000578 HKLM\SYSTEM\ControlSet001\Services\Tcpip\Parameters\Interfaces\{65FA9572-A7DB-42EE-8EC5-1D1D41E299FA}\MTU: 0x000005DC HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\TcpWindowSize: 0x0003D4F1 HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\TcpWindowSize: 0x0003D4F0 HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{65FA9572-A7DB-42EE-8EC5-1D1D41E299FA}\MTU: 0x00000578 HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{65FA9572-A7DB-42EE-8EC5-1D1D41E299FA}\MTU: 0x000005DC Now in the .reg file I will include on my UA DVD, is it enough to include the CurrentControlSet? Or do I need ControlSet001/002 also? And is there a smart way to set MTU on all nics? (having in mind that {65FA9572-A7DB-42EE-8EC5-1D1D41E299FA} part is unique?) Please help me out and make this reg file! thnx!