regards
This post has been edited by MrHitch: 16 December 2012 - 09:47 AM
Posted 16 December 2012 - 09:47 AM
This post has been edited by MrHitch: 16 December 2012 - 09:47 AM
Posted 16 December 2012 - 09:55 AM
Posted 16 December 2012 - 09:55 AM
Posted 16 December 2012 - 10:06 AM
This post has been edited by submix8c: 16 December 2012 - 10:10 AM
Posted 16 December 2012 - 02:56 PM
Posted 16 December 2012 - 04:42 PM
Posted 17 December 2012 - 02:18 PM
Posted 28 December 2012 - 09:40 PM
@echo off :: Browsers.cmd set primary=http://www.google.com/ set secondary=http://www.bing.com/ reg add "HKCU\Software\Microsoft\Internet Explorer\Main" /v "Start Page" /t REG_SZ /d "%primary%" /f > NUL reg add "HKCU\Software\Microsoft\Internet Explorer\Main" /v "Secondary Start Pages" /t REG_MULTI_SZ /d "%secondary%" /f > NUL :: For Firefox and Chrome :: Copy from Root of USB for %%i in (d e f g h i j k l m n o p q r s t u v w x y z) do if exist %%i:\sources\install.wim set usb=%%i: :: Variable set copy=xcopy /cqhysei ::chrome first run files (bookmarks,default page,theme) %copy% %usb%\wpi\copy\chromelocal\Google %userprofile%\appdata\local\Google>nul ::firefox first run files (bookmarks,default page,addons,plugins,menu bar) %copy% %usb%\wpi\copy\FFLocal\Mozilla %userprofile%\appdata\local\Mozilla>nul %copy% %usb%\wpi\copy\FFRoam\Mozilla %userprofile%\appdata\roaming\Mozilla>nul
This post has been edited by DosProbie: 30 December 2012 - 07:50 PM