[DISCUSSION] Windows 10 Technical Preview Build 9926

Discussion in 'Windows 10' started by Tito, Jan 23, 2015.

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

    KingD1 MDL Member

    Oct 2, 2014
    234
    138
    10
    #841 KingD1, Jan 29, 2015
    Last edited: Jan 29, 2015
    According to Gabe, that's a bug the last KB
     
  2. segobi

    segobi MDL Addicted

    Jul 14, 2009
    586
    253
    30
    lol KDE ? you must be kidding - worst linux gui ever...
    that thing is the biggest resource hog and clustered from the beginning to the end with crap. Worse than windows vista imho.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Skaendo

    Skaendo MDL Addicted

    Sep 23, 2014
    883
    534
    30
    LOL. I know, just keep using Windows.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. SNaRe

    SNaRe MDL Senior Member

    Apr 8, 2009
    329
    87
    10
    I am sure the wallpaper choice was not a coincidence. Anyway, I am happy to learn that you are one of us ( Insiders ). :)
     
  5. Skaendo

    Skaendo MDL Addicted

    Sep 23, 2014
    883
    534
    30
    No the wallpaper choice was not coincidence. Just illustrating a point that I have been making for years. (Not here but on other forums.) As for being a "Windows Insider", that is not a badge that I wear with honor or take very seriously since any 15 year old with an internet connection can be one. Which is who Windows 10 seems to be designed for. Can you tell that I have yet to be impressed with Windows 10TP?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. FreelanceX

    FreelanceX MDL Junior Member

    Dec 6, 2012
    73
    12
    0
    Because I would rather use my dropbox folder (old way) than using the app inside the window. If you have installed dropbox, it integrates well without needing a slow, clunky app inside a file explorer window.
     
  7. WardocsRevenge

    WardocsRevenge MDL Expert

    Jan 13, 2012
    1,847
    646
    60
    for aero glass how to i get rip of the debug window?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. segobi

    segobi MDL Addicted

    Jul 14, 2009
    586
    253
    30
    who is using windows ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,704
    1,728
    150
    #850 endbase, Jan 29, 2015
    Last edited: Jan 29, 2015
    You can't if you are using the debug version for build 9926 :tea:

    Maybe you can ask Bigmuscle at MSFN forum
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Mrox2

    Mrox2 MDL Senior Member

    Jul 25, 2014
    273
    39
    10
    #851 Mrox2, Jan 29, 2015
    Last edited: Jan 29, 2015
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. sXpTv

    sXpTv MDL Member

    Jul 14, 2014
    202
    50
    10
    Wow it looks really nice with aero :)
     

    Attached Files:

  12. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,704
    1,728
    150
    bigmuscle said yesterday that he will put a fix on the website. It should be there yesterday evening but he is proberly facing some kind of problems who knows ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Dos_Probie

    Dos_Probie MDL Member

    Jul 18, 2012
    249
    86
    10
    Use the Previous Non-Debug Version
    ~DP
     
  14. Dos_Probie

    Dos_Probie MDL Member

    Jul 18, 2012
    249
    86
    10
    FYI: The Taskbar Blur And Transparency will STICK and not 'turn off/bug out when you press start'
    If You Install the beta version of Classic Shell v4.2.0 plus as a added bonus the Start Menu will
    also show Blur and Transparency..
    ~DP :p
     
  15. Mrox2

    Mrox2 MDL Senior Member

    Jul 25, 2014
    273
    39
    10
    Yeah but I feel as there is no reason for me to use Classic Shell anymore, P.S. That is not actual aero, it just transperent and classic shell always works like that whether the system supports aero or not :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,704
    1,728
    150
    That does not work for me on build 9926 :eek: symbols not downloading BTW. Did download them from Microsoft but still no succes
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Star

    Star MDL Junior Member

    May 4, 2011
    55
    7
    0
  18. enotar

    enotar MDL Junior Member

    Nov 21, 2011
    99
    6
    0
    First enableblur stop working and when I run aerohost.exe from second link answer is "this program doesnt supose to be run by user so I tried with admin and the same. Any idea?
    Thank you
     
  19. Dos_Probie

    Dos_Probie MDL Member

    Jul 18, 2012
    249
    86
    10
    #860 Dos_Probie, Jan 29, 2015
    Last edited by a moderator: Apr 20, 2017
    My1 over at MSFN modded the below batch script to run in a loop that will keep it running all the time,
    not the Best solution but will work, also I added it to my Run section in the registry so everytime I rebooted or logged off will keep it running as well..
    ~DP

    Code:
    @echo off
    :1
    EnableBlur.exe class Shell_TrayWnd accent 0 0 0 0
    EnableBlur.exe class Shell_TrayWnd blur true
    timeout /T 2 /nobreak
    cls
    goto 1