Jump to content

ner

Member
  • Posts

    265
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

About ner

  • Birthday 05/25/1971

Contact Methods

  • Website URL
    http://

Profile Information

  • OS
    Windows 7 x86

ner's Achievements

0

Reputation

  1. are you able to list all kb installed??
  2. I just place all the updates obtain in a folder and then use this command to inject them into windos image, never had any issues with which one to install first, as i think that windows does it all for its self.. REM This is gonna take a while. PAUSE MD %~dp0MOUNT Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:1 /MountDir:%~dp0MOUNT Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x86" Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:2 /MountDir:%~dp0MOUNT Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x86" Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:3 /MountDir:%~dp0MOUNT Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x86" Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:4 /MountDir:%~dp0MOUNT Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x86" Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:5 /MountDir:%~dp0MOUNT Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x86" Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit REM Check for errors before closing. PAUSE
  3. ner

    Startnet

    Hi All, I am looking for the correct code to hide the startnet command window, or minimize it, as i am calling a menu and i currently have the command windows sitting in the background. Thanks
  4. I have got me a folder with all 219 updates and hotfixes and would like to create some sort of command file that wull install these after windows 7 installations completes, so post install? Do anyone have such a thing?
  5. ok thanks i fund is easier to call a batch file to do the cd changes and start the program working now thanks for your help
  6. yeah x:\windows works put i want to call from cmd file so will it be x:\windows\programname.exe
  7. Hi, I have a menu that sits within the system32 dir, and i want to call a program that lives in the windows dir, but i can not find the command to run to switch from windows\system32 to windows\***.exe
  8. ner

    Diskpart

    Hi all, I am trying to run diskpart within Winpe 3.o and have a cmd alling diskpart /file i have create a txt file and i want the diskpart to clean the hard drive of both partitions but the command only cleans the first partition and skips teh second. here is my txt file command, any suggestions pelase??? SELECT DISK 0 CLEAN CREATE PARTITION PRIMARY ACTIVE ASSIGN LETTER=C FORMAT FS=NTFS LABEL="System" QUICK EXIT
  9. update this info fo you own brand and save as oem.reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation] "Model"="" "Logo"="C:\\WINDOWS\\SYSTEM32\\OEMLOGO.BMP" "SupportHours"="24 hours a day, 7 days a week" "Manufacturer"="TOSHIBA" "SupportPhone"="(800)457-7777" "SupportURL"="http://pcsupport.toshiba.com" put your oem logo in the windows\systen32 folder and run th e*.reg file to make the changes
  10. ok, if you google, you will see its a fault with many people, so its a windows 7 bug!... doyou really need to have a floopy these days, disconnect until fix is ready?
  11. What you may try is go into Device Manager delete the floppy controller and click delete files, reboot the system to reinstall the controller. and or did you install chipet drivers yourself or use the windows 7 ones, if so go and get yourself the intel or amd drivers and install them, using the /OVERALL command
  12. best thing to do is to download all the updated you want. manually or use this or downlod this program http://www.windowsupdatesdownloader....gramFiles.aspx download these files http://www.msfn.org/board/post-updat...0-t128393.html run the first program and select all the downloads you want x64 or x86 and then manually install our use a batch file to install... this is it: IF EXIST "%~dp0*.msu" (FOR /F "tokens=*" %%A IN ('DIR /B "%~dp0*.msu"') DO (start /wait %~dp0%%A /quiet /norestart)) for device drivers then get them from C:\Windows\System32\DriverStore\FileRepository\XX device folder XX copy to new folder say called Wireless Network, then use device manager to install updates on other pc hope this helps
  13. Thank, never thoght it would have been that easy, thank you again
×
×
  • Create New...