Jump to content

bobthenob

Member
  • Posts

    118
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Singapore

Everything posted by bobthenob

  1. hi thanks for your reply ive looked through booth programs ive used and cant find where i changed the setting ? ive just made a autoit script ill have to test it ; Script Start - Add your code below here sleep (10000) ;change Device Installation Opt("WinWaitDelay",100) Opt("WinTitleMatchMode",4) Opt("WinDetectHiddenText",1) Send("{LWINDOWN}{LWINUP}") WinWait("Start menu","All Programs") If Not WinActive("Start menu","All Programs") Then WinActivate("Start menu","All Programs") WinWaitActive("Start menu","All Programs") Send("change{SPACE}device{ENTER}") WinWait("Device Installation Settings","Do you want Windows ") If Not WinActive("Device Installation Settings","Do you want Windows ") Then WinActivate("Device Installation Settings","Do you want Windows ") WinWaitActive("Device Installation Settings","Do you want Windows ") Send("{TAB}{UP}{TAB}{Space}{TAB}{TAB}{ENTER}")
  2. id like to say thanks for a great forum ive used blue4603's 7Customizer and maxXPsoft's Se7en_UA booth great programs http://clubhouse.microsoft.com/Public/Post...73-19dd4d4a7c31 Hi i found this how to change automatic driver install options is there away to do this through a reg key or through mounting my wim image ive some how changed it to never search cheers Robin
  3. try this program it help me http://www.msfn.org/board/7customizer-repl...-7-t139077.html
  4. hi try this great program itll help you http://www.msfn.org/board/7customizer-repl...-7-t139077.html!
  5. hi thanks for a great program im trying to get it to do what i want it to do i added some stuff in DVD\sources\$OEM$\$1\Install they get copied ok but i look on the iso and they are not there also i cant find any of the fistlogon.cmd cleanup.cmd where are they or is it magic cheers
  6. like i said its no big problem my fault should have saved a new preset heres the error im just testing without password but with username cheers Robin
  7. yes i put a user name but no password it asked for a user name i tryed the same user name and it said it was already in use? i can test again if like like i small bug was that i saved a preset then i altered somthing and tryed to save over the top of the preset and it errored cant rember error not a big bug but thought i would tell you this really is a great program youve done real good
  8. hi just tested on vmware works a charm is thereany way to not have a password if i leave it blank it asks me for a user Thanks again for a great program
  9. thanks this looks a really usefull bit of software imdownloading waik then ill give it a try thanks and your tutoiral is so clear and simple thanks again
  10. hi thanks for a great forum I havent made any unatttended cds for quite a while but a freind needs me to make him one ive got it all working exsept auto loging in when windows has finished installing as it loads to run my GuiRunOnce i get two logins new user and owner i know ive done it before but cant find the awser thanks for reading ; Generated by nLite 1.4.7 [Data] AutomaticUpdates="No" Autopartition=0 MsDosInitiated=0 UnattendedInstall="Yes" [Unattended] UnattendMode=ReadOnly UnattendSwitch="Yes" OemPreinstall="Yes" OemSkipEula="Yes" FileSystem=* WaitForReboot="No" NoWaitAfterTextMode=1 NoWaitAfterGUIMode=1 DriverSigningPolicy=Ignore NonDriverSigningPolicy=Ignore OemPnPDriversPath= "Drivers\Display,Drivers\Display2,Drivers\Audio,Drivers\Network,Drivers\chipset,Drivers\SYSTEM" [OemInfFiles] OemDriverFlags = 1 [Display] Xresolution = 1280 Yresolution = 1024 [SystemRestore] [GuiUnattended] AutoLogon = "Yes" AdminPassword = * EncryptedAdminPassword = "No" TimeZone=085 OEMSkipRegional=1 OemSkipWelcome=1 [Components] [UserData] ProductKey="==========================" ComputerName = "jim" FullName = "owner" OrgName = "owner" [RegionalSettings] LanguageGroup=1 SystemLocale="0809" UserLocale="0809" UserLocale_DefaultUser="0809" InputLocale="0809:00000809" InputLocale_DefaultUser="0809:00000809" [Networking] InstallDefaultComponents="Yes" [Identification] JoinWorkgroup="Home" [GuiRunOnce] %systemdrive%\install\start.cmd
  11. hi i had this problem its somthing to do with sysprep if you read this post ive added my xml and reg tweaks http://www.msfn.org/board/index.php?showtopic=129090
  12. hi i have ultimate vista how do i download them i see holdem as a update but no way of downloading
  13. hi is holdem an update can it be added with vlite ? i tryed to find the download for it but i cant what is tinker?
  14. hi I use <CommandLine>%AppsRoot%install\run.cmd</CommandLine> if you look at this post http://www.msfn.org/board/index.php?showtopic=129090
  15. let us know how it goes
  16. i think if you remove sysysprep you need to install everything in first logon it works fine for me hope this helps
  17. hi Angel cant you load xml in windows system image manger and delete the software in audit mode the problem i had was the sysprep line shut my computer down <?xml version="1.0" encoding="utf-8" ?> - <unattend xmlns="urn:schemas-microsoft-com:unattend"> - <settings pass="windowsPE"> - <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <SetupUILanguage> <UILanguage>en-us</UILanguage> </SetupUILanguage> <InputLocale>0x00000809</InputLocale> <SystemLocale>en-us</SystemLocale> <UILanguage>en-us</UILanguage> <UserLocale>en-us</UserLocale> </component> - <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <UserData> - <ProductKey> <Key>###################</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> </UserData> - <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> </Display> - <ImageInstall> - <OSImage> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> </component> </settings> - <settings pass="specialize"> - <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> - <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <RunSynchronous> - <RunSynchronousCommand wcm:action="add"> <Description>Detection CDROM</Description> <Order>1</Order> <Path>cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppsRoot.txt SETX AppsRoot %i:\ -m"</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> - <settings pass="oobeSystem"> - <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <AutoLogon> <Enabled>true</Enabled> <LogonCount>2</LogonCount> <Username>Administrator</Username> </AutoLogon> - <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> </Display> - <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> - <FirstLogonCommands> - <SynchronousCommand wcm:action="add"> <CommandLine>%AppsRoot%install\run.cmd</CommandLine> <Description>install programs</Description> <Order>10</Order> </SynchronousCommand> - <SynchronousCommand wcm:action="add"> <Order>1</Order> <CommandLine>cmd /c REGEDIT /S %AppsRoot%\Install\Regtweaks.reg</CommandLine> </SynchronousCommand> </FirstLogonCommands> <RegisteredOrganization>Owner</RegisteredOrganization> <RegisteredOwner>Owner</RegisteredOwner> </component> - <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0x00000809</InputLocale> <SystemLocale>en-us</SystemLocale> <UILanguage>en-us</UILanguage> <UserLocale>en-s</UserLocale> </component> </settings> <cpi:offlineImage cpi:source="wim://useruse-h70gcu9/dvistawork/dvd/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> and heres my cmd file Echo.....Installing things to make your computer better Echo..........Install Winrar start /wait %AppsRoot%install\Winrar\WINRAR.EXE /s Echo..........Install Foxit Pdf Reader start /wait %AppsRoot%install\Foxit\FOXITREADER30_ENU.MSI /quiet Echo..........Install Image Burn start /wait %AppsRoot%install\Imgburn\SetupImgBurn_2.4.2.0.exe /S Echo..........Install Image Burn Desktop Shortcut start /wait %AppsRoot%install\Imgburn\ImgBurn.exe Echo..........Install Internet Firefox Browser start /wait %AppsRoot%install\Firefox\Firefox3.0.exe -ms -ira Echo..........InstallFlash Plugin For Firefox start /wait %AppsRoot%install\Flashplugin\install_flash_player.exe /s Echo..........Install Avg Virus Software start /wait %AppsRoot%install\Avg\avg.exe /hide /no_welcome /REMOVE_FEATURE fea_AVG_SafeSurf /REMOVE_FEATURE fea_AVG_SafeSearch /NOAVGTOOLBAR Echo..........InstallOffice 2007 start /wait %AppsRoot%install\office2007\setup.exe /config custom-uA.XML Echo..........Install Codec Pack start /wait %AppsRoot%install\Codec\Codec.exe Echo..........Install Quicktime Alternative start /wait %AppsRoot%install\quicktime\quicktimealt195lite.exe /VERYSILENT Echo..........Finished just needs to load windows then reboot shutdown -r -c "Rebooting For the final time."
  18. hi thanks for you replys The Day Walker! i tryed that but it kept shuting down i think its somthing to do with sysprep ? could you post your xml not including any sensative suff key etc what problem are you having Thanks MAVERICKS CHOICE ill try FirstLogonCommands and let you know how it goes thanks cheers bob works like a dream cheers added - <FirstLogonCommands> - <SynchronousCommand wcm:action="add"> <CommandLine>%AppsRoot%install\run.cmd</CommandLine> <Description>install programs</Description> <Order>10</Order> </SynchronousCommand> - <SynchronousCommand wcm:action="add"> <Order>1</Order> <CommandLine>cmd /c REGEDIT /S %AppsRoot%\Install\Regtweaks.reg</CommandLine>
  19. thanks for the reply yes they work in windows the ones that dont work are ; Automatic Updates download but let user install [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update] "AUOptions"=dword:00000003 "IncludeRecommendedUpdates"=dword:00000000 "BalloonTime"="2009-01-07 18:35:04" "BalloonType"=dword:00000002 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\UAS] "UpdateCount"=dword:00000000 ; Add "Device Manager" to the right click menu of "Computer" ; ;[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Devices] ;@=hex(2):44,00,65,00,76,00,69,00,63,00,65,00,20,00,4d,00,61,00,6e,00,61,00,67,\ ;00,65,00,72,00,00,00 ;"SuppressionPolicy"=dword:4000003c ; ;[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Devices\command] ;@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73,\ ;00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00,\ ;65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\ ;00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,\ ;32,00,5c,00,64,00,65,00,76,00,6d,00,67,00,6d,00,74,00,2e,00,6d,00,73,00,63,\ ;00,20,00,2f,00,73,00,00,00 ; Remove warning about showing hidden system folders [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden] "WarningIfNotDefault"=- ; Remove new BMP file [-HKEY_CLASSES_ROOT\.bmp\ShellNew] ;Put my computer, User Folder on the desktop [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000 "{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000 ;Deactivate security center notifications [-HKEY_CLASSES_ROOT\CLSID\{FD6905CE-952F-41F1-9A6F-135D9C6622CC}] here is the full regtweaks Windows Registry Editor Version 5.00 ;Disable the User Account Control (UAC) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "EnableLUA"=dword:00000000 ;Disable Windows Welcome Center - StartUp [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run] "WindowsWelcomeCenter"=- ;Open with notepad [HKEY_CLASSES_ROOT\*\shell\Open with Notepad] @="" [HKEY_CLASSES_ROOT\*\shell\Open with Notepad\command] @="notepad.exe %1" ;Deactivate security center notifications [-HKEY_CLASSES_ROOT\CLSID\{FD6905CE-952F-41F1-9A6F-135D9C6622CC}] ;Change the Default Action of the Start Menu Power Button to Shutdown (0 = Sleep, 1 = Hibernate, 2 = Shutdown) [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\A7066653-8D6C-40A8-910E-A1F54B84C7E5] "ACSettingIndex"=dword:00000002 "DCSettingIndex"=dword:00000002 ; this is the changed value to get rid of word 'Shortcut' [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "link"=hex:00,00,00,00 ;Remove the 'Shortcut to...' (00 00 00 00 = No Shortcut Text) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "link"=hex:00,00,00,00 ;Put my computer, User Folder on the desktop [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000 "{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000 ;Don't Group Similar Taskbar Buttons, use personalized menu (disable), lock task bar [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarGlomming"=dword:00000000 "IntelliMenus"=dword:00000000 "TaskbarSizeMove"=dword:00000000 ; add command prompt to right click context menu [HKEY_CLASSES_ROOT\Folder\shell\Open Command Prompt Here] [HKEY_CLASSES_ROOT\Folder\shell\Open Command Prompt Here\command] @="cmd.exe /k pushd %L" ; Windows will tell you exactly what it is doing when it is shutting down or is booting [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system] "verbosestatus"=dword:00000001 ; IE7 - Set Google.com as homepage [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Start Page"="http://www.google.com/" ;ControlPanel Classic [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel] thanks
  20. cheers i thought that was the case thanks for the reply
  21. hi thanks for a great forum, ive searched every where trying to make my unattended vista read hundres of posts it works but not quite right. I have a vista sp1 with added updates using vlite alsoe made simple auto unattended xml in vlite I followed FireGeier great guide but adding apps or reg tweaks the <?xml version="1.0" encoding="utf-8" ?> - <unattend xmlns="urn:schemas-microsoft-com:unattend"> - <settings pass="windowsPE"> - <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <SetupUILanguage> <UILanguage>en-us</UILanguage> </SetupUILanguage> <InputLocale>0x00000809</InputLocale> <SystemLocale>en-us</SystemLocale> <UILanguage>en-us</UILanguage> <UserLocale>en-us</UserLocale> </component> - <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <UserData> - <ProductKey> <Key>*******************</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> </UserData> - <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> </Display> - <ImageInstall> - <OSImage> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> </component> </settings> - <settings pass="specialize"> - <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> - <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <RunSynchronous> - <RunSynchronousCommand wcm:action="add"> <Description>Detection CDROM</Description> <Order>1</Order> <Path>cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppsRoot.txt SETX AppsRoot %i:\ -m"</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> - <settings pass="oobeSystem"> - <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <AutoLogon> <Enabled>true</Enabled> <LogonCount>2</LogonCount> <Username>Administrator</Username> </AutoLogon> - <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> </Display> - <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> - <FirstLogonCommands> - <SynchronousCommand wcm:action="add"> <CommandLine>%AppsRoot%install\run.cmd</CommandLine> <Description>install programs</Description> <Order>1</Order> </SynchronousCommand> </FirstLogonCommands> <RegisteredOrganization>Owner</RegisteredOrganization> <RegisteredOwner>Owner</RegisteredOwner> </component> - <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0x00000809</InputLocale> <SystemLocale>en-us</SystemLocale> <UILanguage>en-us</UILanguage> <UserLocale>en-s</UserLocale> </component> </settings> <cpi:offlineImage cpi:source="wim://useruse-h70gcu9/dvistawork/dvd/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> Run cmd Echo.....Installing things to make your computer better start /wait regedit /s \\%AppsRoot%install\REGTWEAKS.REG Echo..........Install Winrar start /wait %AppsRoot%install\Winrar\WINRAR.EXE /s Echo..........Install Foxit Pdf Reader start /wait %AppsRoot%install\Foxit\FOXITREADER30_ENU.MSI /quiet Echo..........Install Image Burn start /wait %AppsRoot%install\Imgburn\SetupImgBurn_2.4.2.0.exe /S Echo..........Install Image Burn Desktop Shortcut start /wait %AppsRoot%install\Imgburn\ImgBurn.exe Echo..........Install Internet Firefox Browser start /wait %AppsRoot%install\Firefox\Firefox3.0.exe -ms -ira Echo..........InstallFlash Plugin For Firefox start /wait %AppsRoot%install\Flashplugin\install_flash_player.exe /s Echo..........Install Avg Virus Software start /wait %AppsRoot%install\Avg\avg.exe /hide /no_welcome /REMOVE_FEATURE fea_AVG_SafeSurf /REMOVE_FEATURE fea_AVG_SafeSearch /NOAVGTOOLBAR Echo..........InstallOffice 2007 start /wait %AppsRoot%install\office2007\setup.exe /config custom-uA.XML Echo..........Install Codec Pack start /wait %AppsRoot%install\Codec\Codec.exe Echo..........Install Quicktime Alternative start /wait %AppsRoot%install\quicktime\quicktimealt195lite.exe /VERYSILENT Echo..........Finished just needs to load windows then reboot shutdown -r -c "Rebooting To Finish Setup." thanks for looking
  22. you need oscdimg.exe in C:\Program Files\Windows AIK\Tools\PETools
  23. hi ive installed windows 7 then vista i can boot into vista but cant ge into win7 i tryed to add win 7 with easy bcd vista is on c: win7 is on d: but easy bcd changes win7 to u any help would be great thanks
  24. hi in waik under shell setup oem information
  25. hi what i did was make a new folder on another partion called Robin then i open my user folder Robin (c/userfiles etc) then selected all folders held shift and draged to the new folder some got dupilcated but by right clicking properties i could see which ones to delete In vista it dosnt duplicate folders?. hope this might help
×
×
  • Create New...