Dummy WSUS - A simple implementation of WSUS server in PHP

Discussion in 'Windows 10' started by whatever127, Dec 26, 2019.

  1. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. sungerbob

    sungerbob MDL Junior Member

    Nov 8, 2014
    58
    11
    0
    #2 sungerbob, Dec 29, 2019
    Last edited: Dec 29, 2019
    Thank you so much :) Looks like store is working as intended but I can't update :(
    I got
    Code:
    127.0.0.1:50034 [404]: /ClientWebService/client.asmx - No such file or directory
    while trying update. So can you add as option in menu or something else?

    Also closing window doesn't stop the server, only ctrl + c stops it.
     
  3. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. NST_Adventure

    NST_Adventure MDL Addicted

    Jun 1, 2019
    912
    208
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,356
    2,026
    210
    "...itself while retaining access to the Microsoft Store"

    And how is that achieved (without properly configured GPOs)?
     
  7. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    This sever requires properly configured GPO or registry values set by it. Because of that it works only with Pro and higher making it useless in some cases.

    Microsoft Store will not work with "Do not connect to any Windows Update Internet locations" enabled.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,356
    2,026
    210
    Exactly, hence the question...
     
  9. Betty88

    Betty88 MDL Novice

    Sep 8, 2017
    1
    0
    0
    Thanks for the great code and idea! I am running it on PHP 5.3.10 on Apache Linux and it fails to set HTTP_SOAPACTION . I guess xml text parsing could be done but unfortunately my php knowledge is too limited for that task and updating the server will also not work as the OS and Hardware is too old.

    Any ideas for a workaround in the code? I basically just want Windows 10 to know that it is up to date and no further updates need to be installed.
     
  10. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    3,703
    2,661
    120
  11. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,328
    7,044
    210
    Post is from Dec. 29, 2019...