I have the last few days try to put few things in the registry in a .wim file but i have 2 things that dont work.
1 i would like to set my own background picture
2 set IE start page to google.com
This is how i do it. when pause is there i manual double click on the .reg file.
Quote
imagex /mountrw c:\test7\DVD\sources\install.wim 1 C:\Test7\mount
reg load HKLM\test C:\Test7\mount\Windows\System32\config\software
reg load HKLM\test2 C:\Test7\mount\Windows\System32\config\default
Pause
reg unload HKLM\test
reg unload HKLM\test2
imagex /unmount /commit C:\Test7\mount
reg load HKLM\test C:\Test7\mount\Windows\System32\config\software
reg load HKLM\test2 C:\Test7\mount\Windows\System32\config\default
Pause
reg unload HKLM\test
reg unload HKLM\test2
imagex /unmount /commit C:\Test7\mount
The reg file
Quote
[HKEY_LOCAL_MACHINE\test2\Control Panel\Desktop]
"TileWallpaper"="0"
"WallpaperOriginX"=dword:00000000
"WallpaperOriginY"=dword:00000000
"WallpaperStyle"="10"
"Wallpaper"="C:\\Windows\\web\\wallpaper\\Windows\\img1.jpg"
[HKEY_LOCAL_MACHINE\test2\Software\Microsoft\Internet Explorer\Desktop\General]
"WallpaperSource"="C:\\Windows\\web\\wallpaper\\Windows\\img1.jpg"
[HKEY_LOCAL_MACHINE\test2\Software\Microsoft\Internet Explorer\Main]
"Start Page Redirect Cache"="http://www.google.com"
"TileWallpaper"="0"
"WallpaperOriginX"=dword:00000000
"WallpaperOriginY"=dword:00000000
"WallpaperStyle"="10"
"Wallpaper"="C:\\Windows\\web\\wallpaper\\Windows\\img1.jpg"
[HKEY_LOCAL_MACHINE\test2\Software\Microsoft\Internet Explorer\Desktop\General]
"WallpaperSource"="C:\\Windows\\web\\wallpaper\\Windows\\img1.jpg"
[HKEY_LOCAL_MACHINE\test2\Software\Microsoft\Internet Explorer\Main]
"Start Page Redirect Cache"="http://www.google.com"



Help

Back to top











