Content Type
Profiles
Forums
Events
Everything posted by maxXPsoft
-
Example and you can use dism IMAGEX /MOUNTRW "D:\install.wim" 1 D:\zMountDir REG LOAD HKU\Default D:\zMountDir\Users\Default\NTUSER.DAT REM Configure the default user profile REG ADD "HKU\Default\Control Panel\Sound" /v Beep /t REG_SZ /d NO /f REG UNLOAD HKU\Default IMAGEX /UNMOUNT /COMMIT D:\zMountDir
-
i apply mine in firstlogoncommands and they work. Commands in the Setupcomplete.cmd file are executed with local system privilege. HKLM Reg tweaks can be ran here but not HKCU which are user specific.
-
'Se7en_UA.exe 6.4.2: October 04, 2010, 8:35:33 AM ' Went back to creating a $OEM$\$1\Install\Se7en_UATweaks.reg file and apply at Firstlogoncommands ' Applying to Default User means all users get these settings and is not desirable ' Added POWERCFG settings to Firstlog.cmd ' Corrected the Favorites to default user to get all sub folders ' Fix Update APPS Only after ISO is done Just finished VM after yesterday a real install and I like power settings are applied , tweaks are right and I added a few. Hope everyone understands what I'm saying about using a tweak file. You can modify and add what you want. I don't want other users added to have same settings like what happens when you mod the wim default user. Just create a reg file for them and add what you wish. any request tweaks to be added let me know
-
you mount the wim, mount the MountDir\Users\Default\NTUSER.DAT and modify it and unload. lot of trouble might be best to just place a reg script in a location and call for each user. I know some do that
-
Powerplan setting by unattend.xml
maxXPsoft replied to atolica's topic in Unattended Windows 7/Server 2008R2
you will have to use Cmd /c POWERCFG with these unless they are in a .cmd file My settings POWERCFG -SETACTIVE 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c POWERCFG -X -monitor-timeout-ac 120 POWERCFG -X -disk-timeout-ac 120 POWERCFG -X -standby-timeout-ac 120 POWERCFG -X -hibernate-timeout-ac 120 or hibernate OFF POWERCFG -H OFF -
Powerplan setting by unattend.xml
maxXPsoft replied to atolica's topic in Unattended Windows 7/Server 2008R2
include these in a .cmd file or in <FirstLogonCommands> REM High performance POWERCFG -SETACTIVE 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c REM monitor to turn off after ten minutes POWERCFG -Change -monitor-timeout-ac 10 -
that would be massive cause some different language dll have to be modified. I don't know how to mod dll's and make them good for MS checks Edit: basically I install a 136mb Se7en_UA.themepack myself and you can do a lot of mods to it. C:\Users\YOURNAME\AppData\Local\Microsoft\Windows\Themes cycles through the wallpapers and changes daily http://msdn.microsoft.com/en-us/library/bb773190%28VS.85%29.aspx
-
Win7 Registry Tweaks Database?
maxXPsoft replied to Orsi's topic in Unattended Windows 7/Server 2008R2
yes both will monitor registry and I even do on a 64 bit -
Autounattend help required! It's not working :(
maxXPsoft replied to oakey's topic in Unattended Windows 7/Server 2008R2
might try this then add the xml http://www.intowindows.com/how-to-install-windows-7vista-from-usb-drive-detailed-100-working-guide/ -
'Se7en_UA.exe 6.4.1: September 15, 2010, 7:52:19 PM ' Fix file copy error for 64 bit. ' Removed annoying refresh while copy APPS ' Add handling WindowsDefender.msi EDIT: Se7en_UA6.3.32 final for XP Vista. Use this last version 6.3.32 if you are running XP or Vista. I regret that I can no longer keep both updated. Easiest way to do Seven is just install it to drive without a key and you have 30 days to build your unattended.
-
I had forgotten I still run 1 copy on another PC and should have went and tried previous there. Last came down also here. Symantec is a huge improvement over what they were back in XP but that 1 thing annoyed me deleting a safe program All adding things with Runoncex Windows itself changes %ProgramFiles%\ to C:\Program Files (x86)\ when added to registry when you add the _x64 I change that to C:\Program Files\ which is 64 bit directory I only have 1 64 bit app right now ExamDiff Pro I copy files there and I thought I had it fixed. Works in Tester but not on an actual I ran yesterday.
-
change like this [Cyberlink] REM http://www.gocyberlink.com/english/index.jsp REG ADD %KEY%\iAdd /VE /D "Cyberlink" /f REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\Cyberlink\PowerDVD10.exe" /f REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\Cyberlink\power2go.exe" /f FLAG1=HKLM\Software\Cyberlink FLAG1=HKCU\Software\Cyberlink FLAG1=HKLM\SOFTWARE\Wow6432Node\CyberLink FLAG2=%ProgramFiles%\CyberLink\Power2Go\APREG FLAG2=%ProgramFiles%\CyberLink\Power2Go\Power2Go.sim FLAG2=%ProgramFiles%\CyberLink\Power2Go\Power2GoExpress.sim FLAG2=%ProgramFiles%\CyberLink\Power2Go\Power2GoExpressServer.sim FLAG2=%SystemDrive%\Users\Public\CyberLink\OLReg\HKEY_CLASS_ROOT\CLSID\{397A21FB-EADF-4116-9027-32B8FA04C3E2}\Version\6.0\olreg.ini FLAG2=%ProgramFiles%\CyberLink\PowerDVD10\PowerDVD10.sim FLAG2=%ProgramFiles%\CyberLink\PowerDVD10\AudioFilter\CLAud.sim tried to paste that 1 line 2 times and it messes it up CLSID to force x64 all that is needed is to add _x64 to end of title EX: [ExamDiff_Pro_x64]
-
wow just added 1 line to it. I didn't think it would after reading below WS.Reputation.1 http://www.symantec.com/security_response/writeup.jsp?docid=2010-051308-1854-99 In other words if enough people haven't used it and give a thumbs up then it may be a risk... Puleeze Symantec you suck, get back to detecting real risks. I had 18 months free for 3 PC's and uninstalled the junk based on that I scanned my PC with McAfee Labs Free Stinger just to verify I have nothing.
-
Yes NIS was bad about deleting some things off my drive including SendToA3X which is a handy program Strange I just added a little code to update APPS without copy to uadvd\APPS location avast here and I scanned the folder Edit: I fixed minor error where it did not delete blank APPS folder and I'll upload again, try that new version see if adding 1 line will change something
-
'Se7en_UA.exe 6.4.0: September 11, 2010, 8:45:16 PM ' Added at Application copy a button 'Update APPS Only no dvd copy'. ' If you are using a second drive for APPS then this will only update your APPS Folder and not copy to uaDVD\APPS location. ' Usefull if you are installing like Office and it exceeds the 4.5Gb dvd limit. ' If installing APPS must have them on second drive/USB 'Se7en_UA.exe 6.3.9: September 07, 2010, 7:32:10 PM ' Fix error with 64 bit OS and Program Files FLAG2 file's not copy ' Added Get-Drivers to export drivers list for info purposes right now. Se7en_UA6.3.32 for XP Vista.zip updated with all above if you are running XP/Vista If you use that button then it will delete the APPS from uaDVD when you create Iso
-
(Solved) Add Windows 7 Theme with your xml
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
don't see it in the waik or unattend.chm. only WindowColor specifies the color of the window glass and color effects probably do it with reg in firstlogoncommands -
nice walls since the user is not created till late I do it this way I copy all my shortcuts from the Start to a folder here \sources\$OEM$\$1\Install\Start Export this reg with the Start menu set the way you want it CMD /C REG EXPORT "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage2" D:\Se7en_UA\uaDVD\sources\$OEM$\$1\Install\StartPage2.reg Run this in like your firstlogoncommands. Just create a FirstLog.cmd file and run it from there REM Start Menu Pinned CMD /C attrib -H "%userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned" CMD /C MD "%userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu" timeout /t 1 CMD /C copy "%systemdrive%\Install\Start\*.*" "%userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu" /Y timeout /t 1 CMD /C attrib +H "%userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned" REGEDIT /S %systemdrive%\Install\StartPage2.reg <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>2</Order> <Description>Running FirstLog.cmd</Description> <CommandLine>cmd /C start /wait %systemdrive%\Install\FirstLog.cmd</CommandLine> </SynchronousCommand> </FirstLogonCommands> think that covers it all