[DISCUSSION] Windows 10 Build 10159

Discussion in 'Windows 10' started by vijay6672, Jun 30, 2015.

Thread Status:
Not open for further replies.
  1. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,734
    120
    Open PowerShell as admin, and run this: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    i hope in RTM the UnistallerOrbit works for delete the "Apps" :D ..
     
  3. lucidus

    lucidus MDL Member

    Mar 18, 2015
    218
    68
    10
    It's too white without them, just like Office 2013.
     
  4. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,734
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. jamescantello

    jamescantello MDL Senior Member

    Oct 3, 2010
    462
    311
    10
    Does anyone know if the Watermark Remover works with this build, please can someone try?
     
  6. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,734
    120
    It works, just do it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,375
    340
    Does it still remove the system branding from System Pane?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. DomBom

    DomBom MDL Junior Member

    Jun 4, 2015
    92
    31
    0
    Yes
    _________
     
  9. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,734
    120
    Don't know, I don't have system branding.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Taliseian

    Taliseian MDL Junior Member

    Oct 13, 2013
    93
    12
    0
    Anyone notice a reduction in base video memory usage?

    Normally (at least builds 130 and 158) just sitting at the desktop I'd use approx 140mg of video memory (nVidia GTX 670 - using EVGA Precision 4.21). Just did a clean install of 159 and using the base drivers I'm only using 92mg of video memory.

    Anyone else confirm?


    T
     
  11. jamescantello

    jamescantello MDL Senior Member

    Oct 3, 2010
    462
    311
    10
    What do you mean by this, screenshots please?
     
  12. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    the brading mean like this : main.png
     
  13. DomBom

    DomBom MDL Junior Member

    Jun 4, 2015
    92
    31
    0
    It removes the Windows version from system panel
     
  14. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,375
    340
    #1014 s1ave77, Jul 1, 2015
    Last edited by a moderator: Apr 20, 2017
    In admin CMD:

    Code:
    wmic os get Caption 
    When branding is crippled it will only show 'Microsoft' instead of the SKU name.

    Normal output:

    Code:
    C:\Windows\system32>wmic os get Caption
    Caption
    Microsoft Windows 8.1 Pro mit Media Center
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    #1015 TeamOS, Jul 1, 2015
    Last edited by a moderator: Apr 20, 2017
    I think Watermark " Remove from basebrd.dll.mui (Branding Folder) the Windows 10 Preview Watermark..
     
  16. november_rain

    november_rain MDL Addicted

    Oct 25, 2012
    508
    3,085
    30
    #1016 november_rain, Jul 1, 2015
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. jamescantello

    jamescantello MDL Senior Member

    Oct 3, 2010
    462
    311
    10
    #1017 jamescantello, Jul 1, 2015
    Last edited by a moderator: Apr 20, 2017
    OK, but can you add it back with System Brand Changer v1.1.4?
     
  18. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,375
    340
    No clue. I refuse to tamper system files. Only tested some time ago in a VM.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. enotar

    enotar MDL Junior Member

    Nov 21, 2011
    99
    6
    0
    #1019 enotar, Jul 1, 2015
    Last edited: Jul 1, 2015
    Still few bugs like some freezing and IE crashing on exit, wifi still disconnecting sometimes but OMG this build is good. I think I stay with Insider program, so much to try and discover.....Getting mad with some builds----Getting happy with others and this is worth it.
     
  20. Espionage724

    Espionage724 MDL Expert

    Nov 7, 2009
    1,154
    441
    60
    Using x64 adds much more complexity to the system file hierarchy-wise, which in-turn uses more disk space, and (from what I heard) 32-bit apps end up running in a compatibility layer.

    If you have no need for x64 software nor the OS, x86 is a better choice. Such scenarios however are probably pretty rare nowadays though.

    I have a HP DC5750 with 3GB of RAM and a x64 CPU. I only use 32-bit operating systems on it due to it's usage (it only runs a single game, which only comes in 32-bit), even though it has a x64 processor. On Windows, the architecture I use for this program doesn't particularly matter, but on Linux, using x64 makes getting that game running significantly more difficult since it isn't a x64 app (go from needing 1 dependency on x86 to over 20 with x64 (since the x64 Linux distro itself doesn't come with a bunch of 32-bit installed), with no benefit).