[DISCUSSION] Windows 10 Pro for Workstations SKU

Discussion in 'Windows 10' started by Micro, Aug 11, 2017.

  1. mehdibleu

    mehdibleu MDL Expert

    Jun 14, 2017
    1,009
    248
    60
    #1501 mehdibleu, Mar 14, 2018
    Last edited: Mar 14, 2018
    you can't download Pro WS edition, afaik MS didn't make these versions available for the users.
    You can either download and install win10 home (16251-16288) then do a full upgrade to WS by entering this key (3VKCP -7QN23-D3GQV-MD2VH-XD863) and get WS activated at the same time or download home (16251-16288) iso and set edition offline to WS using WES tool by @s1ave77 then create a new PWS iso from the new converted install.wim and install WS on your machine then you can upgrade to a more current edition to get HWID.
    you can download home edition (16251-16288) using UUP dump by @mkuba50 => https://forums.mydigitallife.net/threads/uup-dump.75052/
     
  2. ppcwilly

    ppcwilly MDL Novice

    Oct 2, 2009
    12
    1
    0
    THANKS
     
  3. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,275
    1,735
    120
    Your best bet is to download 16278. It is available, and works.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Jacoub

    Jacoub MDL Member

    Aug 14, 2011
    115
    14
    10
    Tried Ultimate Performance & run some synthetic benchmarks no difference can someone confirm or I'm missing something
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,620
    450
    It's just a powerscheme, iirc it has the hdd shutdown set to "never" in opposite of the 20min on high power..
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. ppcwilly

    ppcwilly MDL Novice

    Oct 2, 2009
    12
    1
    0
    Thanks, downloaded the uup files and made an iso and installed with key provided in earlier post. Worked flawlessly. Then updated to 16299.390
     
  7. truongpro

    truongpro MDL Novice

    Aug 2, 2016
    23
    3
    0
    I enter key but is error key is invaild
     
  8. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,522
    1,602
    150
    #1508 endbase, Mar 18, 2018
    Last edited: Mar 18, 2018
    16299.390 gonne test this

    edit nope stuck on 16299.15 update not working error
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. mehdibleu

    mehdibleu MDL Expert

    Jun 14, 2017
    1,009
    248
    60
    are you sure that home 16278 is installed on your machine ?
    open command prompt (in admin mode) then type :
    Code:
    slmgr /dlv
    and post the screen.
     
  10. Vern

    Vern MDL Junior Member

    May 24, 2012
    63
    28
    0
    @enthusiast: Reur Howto establish HWID for Win 10 KMS activated installs. This works on Win 10 Pro For Workstations. v 16251.1. I live in the US and was not able to get an HWID by the typical method. (only by abbodi 1406's KMS_VL_ALL followed by your new procedure! Another great job on your part! Keep up the good work!
     
  11. pf100

    pf100 MDL Expert

    Oct 22, 2010
    1,906
    3,055
    60
    Or in other words, it's the standard "High Performance" power plan tweaked to turn off all power management. Just like I tweak it.
     
  12. tracit99

    tracit99 MDL Senior Member

    Oct 17, 2014
    278
    105
    10
    This does work. Thanks @mehdibleu and @xinso. Sure were a lot of hoops to jump through to get here. Hopefully it will not be this way once RS4 is released.

    PWS Updated to 16299.309.jpg
     
  13. drozek

    drozek MDL Novice

    Sep 2, 2015
    10
    2
    0
    Ok folks I have Windows 10 for Workstations installed see screenshots attached, do I now run gatherosstate.exe from the ISO i used to install it? and then use the same USB drive to reinstall windows offline and then Copy GenuineTicket.xml to C:\ProgramData\Microsoft\Windows\ClipSVC\GenuineTicket ?
     

    Attached Files:

  14. rcstar6696

    rcstar6696 MDL Senior Member

    Jun 11, 2017
    447
    351
    10
    #1514 rcstar6696, Mar 18, 2018
    Last edited: Dec 24, 2018
    -snip-
     
  15. coromonadalix

    coromonadalix MDL Senior Member

    Jul 21, 2009
    438
    86
    10
    hi @ALL is there an non expiration date build version available ? once we convert them to ProWs ?
     
  16. efes34

    efes34 MDL Senior Member

    Nov 17, 2009
    344
    62
    10
    16299.15
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,522
    1,602
    150
    Confirmed working thx alot :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    880
    30
    Yeah this. Was not even paying attention to this until I found 5 of my test VMs all registered while debugging my full WimImaging wrapper.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    880
    30
    You just double-click on the gatherosstate.exe and it will output a GenuineTicket.xml to the directory the .exe is located. Then just save the GenuineTicket.xml and you can simply add that XML to it's appropriate location.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    880
    30
    After your image is mounted, copy and paste the following in either PowerShell or PowerShell ISE to load the function, and then run the function command. It will auto-detect the location the WIM is mounted at. Since it accepts pipeline arguments, you can use "C:\Path To My Data\GenuineTicket.xml" | Apply-GenuineTicket, or Apply-GenuineTicket "C:\Path To My Data\GenuineTicket.xml"

    Code:
    Function Apply-GenuineTicket
    {
       [CmdletBinding()]
       Param
       (
           [Parameter(Mandatory = $true,
                      ValueFromPipeline = $true,
                      ValueFromPipelineByPropertyName = $true)]
           [string]$GenuineTicket
       )
      
       Begin
       {
           $MountFolder = (Get-WindowsImage -Mounted).Path
           $GenuineTicket = Get-Item -LiteralPath $GenuineTicket -Force
       }
      
       Process
       {
           If ($GenuineTicket.Extension -ilike ".XML")
           {
               Copy-Item -Path $GenuineTicket -Destination "$MountFolder\ProgramData\Microsoft\Windows\ClipSVC\GenuineTicket\GenuineTicket.xml" -Force
               Write-Output "$(Split-Path $GenuineTicket -Leaf) added to the image."
           }
           Else
           {
               Write-Warning "$(Split-Path $GenuineTicket -Parent) does not contain a GenuineTicket.xml file."
               Break
           }
       }
    }
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...