Jump to content

moo

Member
  • Posts

    86
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by moo

  1. I had problem before. So I made next changes: 1. [RegionalSettings] Language = 0419 because for some reason LanguageGroup don't works. 2. changes trough reg file ;Changing keyboard between lng Ctrl+Shift, English - Ctrl+Shift+2, Russian - Ctrl+Shift+1 ;default for all users. [HKEY_USERS\.DEFAULT\Keyboard Layout\Preload] "1"="00000409" "2"="00000419" [HKEY_USERS\.DEFAULT\Control Panel\Input Method\Hot Keys\00000100] "Virtual Key"=hex:31,00,00,00 "Key Modifiers"=hex:06,c0,00,00 "Target IME"=hex:09,04,09,04 [HKEY_USERS\.DEFAULT\Control Panel\Input Method\Hot Keys\00000101] "Virtual Key"=hex:32,00,00,00 "Key Modifiers"=hex:06,c0,00,00 "Target IME"=hex:19,04,19,04 [HKEY_USERS\.DEFAULT\Keyboard Layout\Toggle] "Hotkey"="1" "Language Hotkey"="1" "Layout Hotkey"="2" [HKEY_USERS\.DEFAULT\Control Panel\Keyboard] "InitialKeyboardIndicators"="0" "KeyboardDelay"="1" "KeyboardSpeed"="31" [HKEY_USERS\.DEFAULT\Software\Microsoft\CTF] [HKEY_USERS\.DEFAULT\Software\Microsoft\CTF\Assemblies] [HKEY_USERS\.DEFAULT\Software\Microsoft\CTF\LangBar] "ShowStatus"=dword:00000004 "Transparency"=dword:000000ff "Label"=dword:00000001 "ExtraIconsOnMinimized"=dword:00000000 [HKEY_USERS\.DEFAULT\Software\Microsoft\CTF\MSUTB] "Left"=dword:00000400 "Top"=dword:00000000 "Vertical"=dword:00000000 "ShowDeskBand"=dword:00000001 [HKEY_USERS\.DEFAULT\Software\Microsoft\CTF\Sapilayr] "ProfileInitialized"=dword:00000001 [HKEY_USERS\.DEFAULT\Software\Microsoft\CTF\TIP] [HKEY_USERS\.DEFAULT\Software\Microsoft\CTF\TIP\{DCBD6FA8-032F-11D3-B5B1-00C04FC324A1]} [HKEY_USERS\.DEFAULT\Software\Microsoft\CTF\TIP\{DCBD6FA8-032F-11D3-B5B1-00C04FC324A1}\LanguageProfile] [HKEY_USERS\.DEFAULT\Software\Microsoft\CTF\TIP\{DCBD6FA8-032F-11D3-B5B1-00C04FC324A1}\LanguageProfile\0x00000409] [HKEY_USERS\.DEFAULT\Software\Microsoft\CTF\TIP\{DCBD6FA8-032F-11D3-B5B1-00C04FC324A1}\LanguageProfile\0x00000409\{09EA4E4B-46CE-4469-B450-0DE76A435BBB]} "Enable"=dword:00000000 [HKEY_USERS\.DEFAULT\Software\Microsoft\CTF\TIP\{DCBD6FA8-032F-11D3-B5B1-00C04FC324A1}\LanguageProfile\0x00000419] [HKEY_USERS\.DEFAULT\Software\Microsoft\CTF\TIP\{DCBD6FA8-032F-11D3-B5B1-00C04FC324A1}\LanguageProfile\0x00000419\{09EA4E4B-46CE-4469-B450-0DE76A435BBB]} "Enable"=dword:00000000 [HKEY_USERS\.DEFAULT\Keyboard Layout\IMEtoggle] [HKEY_USERS\.DEFAULT\Keyboard Layout\IMEtoggle\scancode] ;Òóò çàêîí÷èëàñü íàñòðîéêà êëàâèàòóðû I hope it helps.
  2. I using this in my RunOnce REG ADD %KEY%\025 /V 1 /D "%CDROM%\soft\msn\MsnMsgs.msi /qn" /f and it works fine, but bfore you must exrtact setupdl.exe to folder. If you need I can upload my files for you, just let me know. thanks
  3. I'm want to use .inf for installing my programs, but I wanna to do it from CD, like I did it here. reg add %key%\010 /v 1 /d "%CDROM%\soft\spybot\spybotsd13.exe /VERYSILENT /sp-" /f Ther is any way around. Thanks.
  4. Thanks, but dosn't work. reg add %KEY%\049 /v 1 /d "%CDROM%\soft\hotfixes\MP10Set.exe /Q:A /C:\"setup_wm.exe /Q:A /R:N\"" /f
  5. Can anybody to help me, what's wrong with this key, please. SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f reg add %KEY%\049 /ve /d "17. Media Player 10 Beta!" /f reg add %KEY%\049 /v 1 /d %CDROM%\soft\hotfixes\MP10Set.exe /Q:A /C:"setup_wm.exe /Q:A /R:N" /f
×
×
  • Create New...