Windows 7 Hotfix repository

Discussion in 'Windows 7' started by SoLoR, May 22, 2010.

  1. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    Everything should work correctly now. I've just forgotten a simple "freaking" . (dot).

    Enjoy yourself
     
  2. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,067
    30
    Latest Hotfixes for
    .net 4.5
    2756203
    XP
    2732488 old from Aug.
    2769756
    2762509
     
  3. RicaNeaga

    RicaNeaga MDL Senior Member

    Apr 25, 2011
    252
    451
    10
    WindowsXP-KB2732488-v2-x86-ENU it's been around for a while. Or do you have, as usual, a newer v3 version or smth? Thanks. :)
     
  4. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,982
    625
    60
  5. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    A little tip: Maybe you also have the wrong referrer. If you get the forbidden page, read it.
    Also a lot of bots are blocked from entering the site.

    If you use Firefox change the following. Type about:config in the address bar and search for the name: network.http.sendRefererHeader and change the value to 0. Restart Firefox.
     
  6. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    Win7

    29.10.2012

    Added:
    KB2769756

    Removed:
    KB2756822


    NOTE: SERVER is secure and everybody should be able to access the update sites from now on. It did cost me a lot of time and work. I want to thank everybody for their patience.
     
  7. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    Windows 7

    31.10.2012
    Added:
    KB2752538

    Removed:
    KB2460971
     
  8. GLYUKOZA

    GLYUKOZA MDL Novice

    Apr 4, 2011
    49
    12
    0
    Hello!
    Can you suggest how to solve the problem: after the integration of updates in the distribution, it grows up to 5 gigabytes. A CD is not recorded in a natural way - it's obvious! How to compress Wim? Or if you know of other ways to solve the problem, tell me.
    Thank you!
     
  9. RickSteele

    RickSteele MDL Addicted

    Nov 12, 2009
    833
    483
    30
    #6777 RickSteele, Nov 4, 2012
    Last edited by a moderator: Apr 20, 2017
    Install Windows from a USB flash drive:

    Code:
     USB Flash Drive (4GB+)
     Microsoft OS Disk (Vista / Windows 7)
     A computer running Vista / Windows 7
    Step 1: Format the Drive
    The steps here are to use the command line to format the disk properly using the diskpart utility. [Be warned: this will erase everything on your drive. Be careful.]
    
    1.Plug in your USB Flash Drive
    2.Open a command prompt as administrator (Right click on Start > All Programs > Accessories > Command Prompt and select “Run as administrator”
    3.Find the drive number of your USB Drive by typing the following into the Command Prompt window:
    diskpart
    list disk
    The number of your USB drive will listed. You’ll need this for the next step.  I’ll assume that the USB flash drive is disk 1.
    4.Format the drive by typing the next instructions into the same window. Replace the number “1” with the number of your disk below.
    select disk 1
    clean
    create partition primary
    select partition 1
    active
    format fs=NTFS
    assign
    exit
    When that is done you’ll have a formatted USB flash drive ready to be made bootable.
    Step 2: Make the Drive Bootable 
    Next we’ll use the bootsect utility that comes on the Vista or Windows 7 disk to make the flash drive bootable.  In the same command window that you were using in Step 1:
    
    1.Insert your Windows Vista / 7 DVD into your drive.
    2.Change directory to the DVD’s boot directory where bootsect lives:
    e:
    cd e:\boot
    3.Use bootsect to set the USB as a bootable NTFS drive prepared for a Vista/7 image. I’m assuming that your USB flash drive has been labeled disk G:\ by the computer:
    bootsect /nt60 g:
    4.You can now close the command prompt window, we’re done here.
    Step 3: Copy the installation DVD to the USB drive
    The easiest way is to use Windows explorer to copy all of the files on your DVD on to the formatted flash drive.  After you’ve copied all of the files the disk you are ready to go.
    
    I copied the above from an excerpt on another website a long time ago and cannot find the author again, so, cannot give proper credit yet.
    I use an 8G flash drive, but, whatever size suits you best.
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,445
    92,448
    340
    #6778 abbodi1406, Nov 4, 2012
    Last edited by a moderator: Apr 20, 2017
    use WinToolkit to Reduild the wim & shrink its size

    or manually using Imagex:

    Code:
    imagex /Export /Compress:max C:\Win7\sources\install.wim 1 C:\Win7\sources\install2.wim
    DEL /S /F /Q C:\Win7\sources\install.wim
    REN C:\Win7\sources\install2.wim install.wim
    
    replace "C:\Win7\sources" by path to your wim
    if the install.wim has more than one edition.. repeat the operation with changing the "Index"
    examble:
    Code:
    imagex /Export /Compress:max C:\Win7\sources\install.wim 1 C:\Win7\sources\install2.wim
    imagex /Export /Compress:max C:\Win7\sources\install.wim 2 C:\Win7\sources\install2.wim
    imagex /Export /Compress:max C:\Win7\sources\install.wim 3 C:\Win7\sources\install2.wim
    DEL /S /F /Q C:\Win7\sources\install.wim
    REN C:\Win7\sources\install2.wim install.wim
    
     
  11. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,067
    30
    :mad::mad::mad:
     
  12. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    04.11.2012

    Windows 7

    Added:
    KB2669658-v2

    Removed:
    KB912706