[TUTO] Push Windows 7/8/8.1 to download hidden folder $Windows.~BT

Discussion in 'Windows 7' started by dosibox, Jul 28, 2015.

  1. ipkonfig

    ipkonfig MDL Junior Member

    Jul 14, 2009
    66
    3
    0
    Thanks. Working fine for me.
     
  2. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,111
    1,516
    120
    Yes, I have
     
  3. fLOW.

    fLOW. MDL Senior Member

    Jul 28, 2009
    475
    571
    10
    #43 fLOW., Jul 29, 2015
    Last edited by a moderator: Apr 20, 2017
  4. Thvle

    Thvle MDL Member

    Oct 7, 2012
    246
    58
    10
    I have w7 with succesfully activated with daz... but my Windows update not show the w10 to download, why?
     
  5. aaaaalex

    aaaaalex MDL Member

    Sep 25, 2011
    145
    46
    10
    #45 aaaaalex, Jul 29, 2015
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. coggy9

    coggy9 MDL Novice

    Mar 16, 2011
    35
    8
    0
    #46 coggy9, Jul 29, 2015
    Last edited: Jul 29, 2015
    You have to install the PSWindowsUpdate module that he linked to, and enable scripts by typing "Set-ExecutionPolicy unrestricted" in the PS window.
    Edit: Seems like this method doesn't work for me either. Still getting the 80240020 error in update history.
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,318
    340
    #48 abbodi1406, Jul 29, 2015
    Last edited by a moderator: Apr 20, 2017
  8. deliciousmen

    deliciousmen MDL Novice

    Jul 23, 2014
    2
    1
    0
    Thanks. Working fine for me.:worthy:
     
  9. Thvle

    Thvle MDL Member

    Oct 7, 2012
    246
    58
    10
    when i put Get-WUInstall -KBArticle KB3012973 -AcceptAll on w7, the powershell not show anything... this is normal?
     
  10. popcorn90011

    popcorn90011 MDL Senior Member

    Aug 21, 2013
    284
    85
    10
    I got this to work but as soon as i agreed to install it kicked out, closed. so i guess it not working.
     
  11. darkodar

    darkodar MDL Addicted

    Feb 12, 2013
    673
    201
    30
    Run as administrator powershell.
     
  12. xomniversex

    xomniversex MDL Member

    Sep 20, 2012
    222
    97
    10
  13. Thvle

    Thvle MDL Member

    Oct 7, 2012
    246
    58
    10
    yeah, is opened with admin rights
     
  14. beamslider

    beamslider MDL Senior Member

    Feb 1, 2010
    333
    94
    10
    It is an additional module you need to download and install from the link he provided.

    Powershell alone does not have windows update module
     
  15. Thvle

    Thvle MDL Member

    Oct 7, 2012
    246
    58
    10
    ofc, I downloaded the module, install correctly, but when i put the command, the command works but no show to me anything more.
     
  16. Thvle

    Thvle MDL Member

    Oct 7, 2012
    246
    58
    10
    when i put Import-Module PSWindowsUpdate, i have un-block file error red text.
     
  17. tehhunter

    tehhunter MDL Novice

    Aug 9, 2012
    27
    11
    0
    it work for me fine the command thank you
     
  18. xomniversex

    xomniversex MDL Member

    Sep 20, 2012
    222
    97
    10
    #60 xomniversex, Jul 29, 2015
    Last edited: Jul 29, 2015
    I had this problem earlier when tinkering with WuInstall - a third party WUA client.

    Delete this key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired

    You may have to delete it several times - it will be recreated each time you check for updates for a few hours. Eventually, WU will stop prompting you to reboot after deleting it one final time.

    You need to configure the script execution policy.

    From an admin PS prompt use this command:
    Set-ExecutionPolicy -ExecutionPolicy Bypass -Force
    Press Y when prompted.