Search the Community
Showing results for tags 'Customization'.
-
Hi guys, Having major problems with a "simple" thing - wanting to have an Internet Explorer 9 favorites bar shown after deployment is finished on the client. Tried many things, read many posts regarding this issue and I still cannot get it to work. http://www.itninja.com/question/sccm-add-hkcu-key-to-all-new-users This link is exactly what I need but no conclusion, unfortunately The way I do it and fail: 1. Create a package in SCCM 2007. 2. Run both with admin and user rights to see if it works. 3. Tried couple of command line options: regedit /s IE9ShowFav.reg regedit /s ./IE9ShowFav.reg regedits /s "%~dp0IE9ShowFav.reg" cmd.exe /c reg.exe import "IE9ShowFav.reg 4. Run a batch script which copies the IE9ShowFav.reg file to C:\temp and then regedit /s: @echo off md "C:\temp" xcopy "%~dp0IE9ShowFav.reg" "C:\temp" regedit /s "%~dp0IE9ShowFav.reg" exit 5. Reg key looks like this: 1st version: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MINIE] "TabBandWidth"=dword:000001a8 "LinksBandEnabled"=dword:00000001 "AlwaysShowMenus"=dword:00000001 After reading this post and understanding very little: http://www.windows-noob.com/forums/index.php?/topic/7772-how-can-i-change-a-hkcu-setting-within-windows-during-an-osd-deployment/ changed the HKCU with HKLM then ran with admin rights - no succes 2nd version: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\Defuser\Software\Microsoft\Internet Explorer\MINIE] "TabBandWidth"=dword:000001a8 "LinksBandEnabled"=dword:00000001 "AlwaysShowMenus"=dword:00000001 Nothing works! What I read I know that it should be run with user rights since it is being done for a current user. Can somebody explain to me this in detail? We use HTA script and this is just another package in the list that needs to be installed, do I need to do it under TS? What would be the procedure for only one user? or for all? it is the same to me but I want to know how it works. Links: http://www.itninja.com/question/sccm-add-hkcu-key-to-all-new-users http://www.autoitscript.com/forum/topic/160063-regread-not-working-from-sccm-script-running-as-current-user/ http://www.networksteve.com/enterprise/topic.php/distributing_a_registry_key_with_SCCM_2007_SP2/?TopicId=27980&Posts=0 Thanks,
- 18 replies
-
- HKCU
- Customization
-
(and 2 more)
Tagged with: