K'tar Posted March 4, 2013 Posted March 4, 2013 Hey, why you can not disable language bar. Previously it was possible. Quote
x23piracy Posted March 5, 2013 Posted March 5, 2013 Hi, yes i also cannot find a solution, i have a reg file and have added it but still doesn't disable language bar: Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\Software\Microsoft\CTF\LangBar]"ShowStatus"=dword:00000003 Greetz X23 Quote
alfreire Posted March 5, 2013 Posted March 5, 2013 (edited) I found an solution time ago... Load NTUSER.DAT and DEFAULT hives (from Image Mounted) with Regedit, and edit with:[software\Microsoft\CTF\LangBar]"ShowStatus"=dword:00000003 Regards...;-) Edited March 6, 2013 by alfreire Quote
myselfidem Posted March 5, 2013 Posted March 5, 2013 I use this registry file successfully: Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar]"ExtraIconsOnMinimized"=dword:00000000 "ShowStatus"=dword:00000003[HKEY_CURRENT_USER\Software\Microsoft\CTF\MSUTB]"ShowDeskBand"=dword:00000000[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]"ctfmon.exe"=- Quote
x23piracy Posted March 5, 2013 Posted March 5, 2013 (edited) Hi, I use this registry file successfully: Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar]"ExtraIconsOnMinimized"=dword:00000000 "ShowStatus"=dword:00000003[HKEY_CURRENT_USER\Software\Microsoft\CTF\MSUTB]"ShowDeskBand"=dword:00000000[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]"ctfmon.exe"=- i can confirm this is working but whats the difference to alfreire's post?What about the ctfmon thing, what does it? Greetz X23 Edited March 5, 2013 by x23piracy Quote
Legolash2o Posted March 5, 2013 Posted March 5, 2013 I use this registry file successfully: Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar]"ExtraIconsOnMinimized"=dword:00000000 "ShowStatus"=dword:00000003[HKEY_CURRENT_USER\Software\Microsoft\CTF\MSUTB]"ShowDeskBand"=dword:00000000[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]"ctfmon.exe"=-So this works even when integrated offline? Quote
x23piracy Posted March 5, 2013 Posted March 5, 2013 (edited) Hi, So this works even when integrated offline? the reg file from my post #2 wasnt working offline maybe because the rest was missing?I have to try that regfile later with offline integration and can report back. EDIT: Iam actually building the image so i can report back in ~2 hours Greetz X23 Edited March 5, 2013 by x23piracy Quote
myselfidem Posted March 5, 2013 Posted March 5, 2013 I think this will work integrated this reg file inside a mounted image:http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/page__view__findpost__p__952379 Quote
x23piracy Posted March 5, 2013 Posted March 5, 2013 Hi, for me it does not work as integrated tweak (imported reg file).Manually adding the reg works. It seems this value is been written after a first logon of a user?!Iam using v15 Greetz X23 Quote
myselfidem Posted March 6, 2013 Posted March 6, 2013 Have you tried like this?:http://www.msfn.org/board/topic/137889-quick-launch-classic-7-tool-105/page__view__findpost__p__953427 Quote
x23piracy Posted March 6, 2013 Posted March 6, 2013 Hi, Have you tried like this?:http://www.msfn.org/board/topic/137889-quick-launch-classic-7-tool-105/page__view__findpost__p__953427 i have it integrated a reg file tweak, i dont tried injected...injected the reg file inside my image install.wim... what means that? Greetz X23 Quote
myselfidem Posted March 6, 2013 Posted March 6, 2013 Hi, i can confirm this is working but whats the difference to alfreire's post?What about the ctfmon thing, what does it? Greetz X23 About ctfmon.exe:Frequently asked questions about Ctfmon.exehttp://support.microsoft.com/kb/282599/en-us Additional InformationCtfmon.exe is the file that is responsible for controlling the Alternative User Input technologies. It starts the Language Bar component (in the Systray) and remains running in the background even after you quit an Office XP program. It also starts each time Windows is started and remains in the background, regardless of whether an Office XP program is started.Ctfmon.exe is designed to continue to run in the background during Windows sessions after the Office XP Alternative User Input components are installed. Quote
myselfidem Posted March 6, 2013 Posted March 6, 2013 Hi, i have it integrated a reg file tweak, i dont tried injected...injected the reg file inside my image install.wim... what means that? Greetz X23 That means we must mount the image install.wim and use reg.exe to load the NTUSER.DAT to integrate the registry key inside the hive loaded:http://www.msfn.org/board/topic/160244-registry-hive/page__view__findpost__p__1022499 Quote
RicaNeaga Posted March 6, 2013 Posted March 6, 2013 Very complicated stuff. Wouldn't transforming a .reg file into a silent .exe and adding it to the silent installers sections in AIO, and then running it at first boot, woudn't this way solve the matter here more elegantly since the tweak he says that it works on live systems? To transform a .reg into a silent .exe please use this app - just drag&drop the .reg file over the .exe inside the archive of that portable app, and it will transform that .reg into a .exe. Quote
myselfidem Posted March 6, 2013 Posted March 6, 2013 I think WinToolkit use this stuff and can integrate registry keys inside the mounted hives! RicaNeaga 1 Quote
x23piracy Posted March 6, 2013 Posted March 6, 2013 Hi, yes i've imported the regfile under tweaks, what should be different to integrate that by hand?It doesn't do the same? Greetz X23 Quote
RicaNeaga Posted March 6, 2013 Posted March 6, 2013 I was suggesting to ''integrate'' the tweaks as silent installers at first logon, when you can replicate a live system situation, and so making them work. myselfidem, I get your point now, wasn't aware of that, hope you are right. In this manner alot of not working tweaks if directly integrated (as they are now) would hopefully work (in the way you describe). Quote
alfreire Posted March 6, 2013 Posted March 6, 2013 (edited) That means we must mount the image install.wim and use reg.exe to load the NTUSER.DAT to integrate the registry key inside the hive loaded:http://www.msfn.org/board/topic/160244-registry-hive/page__view__findpost__p__1022499 That's what I've tried to say here ... I found an solution time ago... Load NTUSER.DAT and DEFAULT hives (from Image Mounted) with Regedit, and edit with:[software\Microsoft\CTF\LangBar]"ShowStatus"=dword:00000003 Regards...;-) Regards... ;-) Edited March 6, 2013 by alfreire Quote
x23piracy Posted March 6, 2013 Posted March 6, 2013 Hi, ok now i understand how to.... but one question still remains.Wintoolkit doesn't do it the same way? I thougth it will integrate the tweaks offline and not at runtimeof the installation?! Greetz X23 Quote
myselfidem Posted March 6, 2013 Posted March 6, 2013 However I made two new tests and this doesn't work for me adding the reg file inside the mounted hive ! :g:I will make more tests when I have some time.Worked previously... Quote
x23piracy Posted March 6, 2013 Posted March 6, 2013 (edited) Yes, it's some kind of strange... maybe an argument to my theory that the language baris set with first logon of a user, afai can remember language bar appears after a first logonwith a bit of delay maybe another argument that the theory is correct. If this i true it would be interesting what system component is causing that activation ofthe language bar with the first logon process. EDIT: Found this: Method # 2Method # 1 should work most of of times but if it doesn't here is a sure-shot method involving un-registering the language bar component.Navigate to Start > Run and type Regsvr32.exe /u msimtf.dll in the run dialog and press enter. Now, navigate again to Start > Run and type Regsvr32.exe /u msctf.dll and press enter. Reboot computer to see changes. that is for XP but lets investigate if that allready is existing in windows 7 EDIT2: cannot unregister something seems to block (use) the dll's Greetz X23 Edited March 6, 2013 by x23piracy Quote
alfreire Posted March 6, 2013 Posted March 6, 2013 (edited) I load NTUSER.DAT and DEFAULT (not DEFAULT.DAT) hives (from Mounted Image) in Regedit to manually add "ShowStatus"=dword:00000003 in [software\Microsoft\CTF\LangBar]...Regards...;-) p.d.: I think so Win Toolkit added reg data only to NTUSER.DAT, but not in DEFAULT wich it's for ADMIN USER (or DEFAULT USER)... Edited March 6, 2013 by alfreire Quote
x23piracy Posted March 6, 2013 Posted March 6, 2013 Hi, i have created settings for showdeskband and showstatus for testing in any hive available (CTF)it's still there. Greetz X23 Quote
myselfidem Posted March 7, 2013 Posted March 7, 2013 (edited) I load NTUSER.DAT and DEFAULT (not DEFAULT.DAT) hives (from Mounted Image) in Regedit to manually add "ShowStatus"=dword:00000003 in [software\Microsoft\CTF\LangBar]...Regards...;-) p.d.: I think so Win Toolkit added reg data only to NTUSER.DAT, but not in DEFAULT wich it's for ADMIN USER (or DEFAULT USER)...Thanks alfreire...I will make some tests!*Edit: However we can see on your image that the hive DEFAULT.DAT is loaded !?Yes WinToolkit load the NTUSER.DAT and other hives...We can see that inside dism.log file.Loading offline registry hive: SOFTWARE, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/WinToolkit_Mount/Windows/System32/config/SOFTWARE' from path '\\?\C:\WinToolkit_Mount\Windows\System32\config\SOFTWARE'.Loading offline registry hive: SYSTEM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/WinToolkit_Mount/Windows/System32/config/SYSTEM' from path '\\?\C:\WinToolkit_Mount\Windows\System32\config\SYSTEM'.Loading offline registry hive: SECURITY, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/WinToolkit_Mount/Windows/System32/config/SECURITY' from path '\\?\C:\WinToolkit_Mount\Windows\System32\config\SECURITY'.Loading offline registry hive: SAM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/WinToolkit_Mount/Windows/System32/config/SAM' from path '\\?\C:\WinToolkit_Mount\Windows\System32\config\SAM'.Loading offline registry hive: COMPONENTS, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/WinToolkit_Mount/Windows/System32/config/COMPONENTS' from path '\\?\C:\WinToolkit_Mount\Windows\System32\config\COMPONENTS'.Loading offline registry hive: DEFAULT, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/WinToolkit_Mount/Windows/System32/config/DEFAULT' from path '\\?\C:\WinToolkit_Mount\Windows\System32\config\DEFAULT'.Loading offline registry hive: ntuser.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/WinToolkit_Mount/Users/default/ntuser.dat' from path '\\?\C:\WinToolkit_Mount\Users\default\ntuser.dat'.Loading offline registry hive: schema.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/WinToolkit_Mount/Windows/system32/smi/store/Machine/schema.dat' from path '\\?\C:\WinToolkit_Mount\Windows\system32\smi\store\Machine\schema.dat'.Offline image is: writeable Edited March 9, 2013 by myselfidem Quote
x23piracy Posted March 10, 2013 Posted March 10, 2013 (edited) Hi, i have still no luck with removing the language bar.If someone has managed that to work please explain exactly what you didand if possible attach your reg files please. I load NTUSER.DAT and DEFAULT (not DEFAULT.DAT) hives (from Mounted Image) in Regedit to manually add "ShowStatus"=dword:00000003 in [software\Microsoft\CTF\LangBar]...Regards...;-) p.d.: I think so Win Toolkit added reg data only to NTUSER.DAT, but not in DEFAULT wich it's for ADMIN USER (or DEFAULT USER)... I've done exactly this and it's not working for me. Greetz X23 Edited March 10, 2013 by x23piracy Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.