[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. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,208
    1,913
    90
    #901 Ace2, Jan 30, 2015
    Last edited by a moderator: Apr 20, 2017
    matt_0978

    Run these Codes:
    Code:
    schtasks /end /tn "Aero Glass"
    schtasks /end /tn "SetWindowCompositionAttribute"
    schtasks /Delete /tn "SetWindowCompositionAttribute"
    then goto C:\AeroGlass folder, run the uninstaller, then delete AeroGlass folder.



    NOTES:
    Using this setting gives more or less blur, Play with the numbers to see what blur you like.:rolleyes:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
    "BlurDeviation"=dword:00000000
    I use this settings:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
    "BlurDeviation"=dword:00000010

    To restore blur use this setting:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
    "BlurDeviation"=-
     
  2. trianta99

    trianta99 MDL Novice

    Oct 21, 2013
    1
    0
    0
    As you can see they have already found the bug (At the Windows Insider forum you can found the question: Error Updating FBL-AWESOME1501 9933 Professional - 0x80246017)
    We are waiting for a patch. The problem caused by KB3035129.
     
  3. Chris123NT

    Chris123NT MDL Expert

    Oct 23, 2010
    1,070
    793
    60
    The update added some reg entries, you can fix this yourself by removing the extra entries.
     
  4. Camis

    Camis MDL Novice

    Jul 25, 2009
    25
    0
    0
    Any working antyvirus ?.
     
  5. Chris123NT

    Chris123NT MDL Expert

    Oct 23, 2010
    1,070
    793
    60
    It comes with Windows Defender. Why do you need anything else? 3rd party antivirus just slows things down IMO.
     
  6. Mrox2

    Mrox2 MDL Senior Member

    Jul 25, 2014
    273
    39
    10
    #906 Mrox2, Jan 30, 2015
    Last edited: Jan 30, 2015
    Why did you make it long? I did it in shorter steps, if you're going to use the debug one there is no need to use the other Win8.1, it will only break the OS :/
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,208
    1,913
    90
  8. dangerouseddy

    dangerouseddy MDL Junior Member

    Sep 17, 2007
    56
    2
    0

    avira seems to work
     
  9. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,704
    1,728
    150
    #909 endbase, Jan 30, 2015
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,208
    1,913
    90
    #910 Ace2, Jan 30, 2015
    Last edited by a moderator: Apr 20, 2017
    With this method will Taskbar keep Transparency and Blur ?
    [h=1][/h]
     
  11. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,704
    1,728
    150
    #911 endbase, Jan 30, 2015
    Last edited: Jan 30, 2015
    It works on my side on build 9926 ;)

    ps you have to put colour intensity for the theme to zero for true Transparency
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,208
    1,913
    90
    Thanks, just tested and it works.:D

    Is there away to run cmd file as admin, so i can add tskill conhost ?

    If there is than i will use this method.;)
     
  13. MS_User

    MS_User MDL Guru

    Nov 30, 2014
    4,640
    1,376
    150

    i agree their all garbage.
     
  14. Hadron-Curious

    Hadron-Curious MDL Guru

    Jul 4, 2014
    3,719
    598
    120
    It is now fbl.AWESOME.9934.
     
  15. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,208
    1,913
    90
    #915 Ace2, Jan 30, 2015
    Last edited by a moderator: Apr 20, 2017
    endbase

    I have Edited Dos_Probie cmd and its works.

    Code:
    @set @jscript=1/*
    @echo off
    
    :: ### ADMIN CHECK..
     reg query "hku\S-1-5-19" >nul 2>&1 || (
        @cscript //e:jscript //nologo "%~f0" "%~f0"
        goto :eof
     )
    
    :: ### BlUR AND ACCENT..
    Start C:\Windows\System32\SetWindowCompositionAttribute.exe class Shell_TrayWnd accent 0 0 0 0
    Start C:\Windows\System32\SetWindowCompositionAttribute.exe class Shell_TrayWnd blur true
    Timeout /t 1
    Tskill Conhost
    
    
    :eof
    // ### RUN AS ADMIN..
     */
     var strArg = WScript.Arguments(0);
     var objSH = WScript.CreateObject("Shell.Application");
     objSH.ShellExecute(strArg, "", "", "runas", "5");
    So i will now use your method and Dos_Probie cmds.:D
     
  16. Hadron-Curious

    Hadron-Curious MDL Guru

    Jul 4, 2014
    3,719
    598
    120
    Uninstall the KB3035129 from your system. But, that particular update is meant to fix that same bug.
     
  17. Fernando 1

    Fernando 1 MDL Senior Member

    Jul 26, 2011
    333
    227
    10
    This doesn't solve the problem.
    After the next reboot it will be automaticly reoffered and reinstalled - no chance to get the new Build 9934.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. matt_0978

    matt_0978 MDL Junior Member

    Jul 16, 2009
    95
    4
    0
    #918 matt_0978, Jan 30, 2015
    Last edited by a moderator: Apr 20, 2017
    is there still a cmd debug output with this method? also, can you post new instructions please cos I uninstalled and reverted it all? :'D
     
  19. Hadron-Curious

    Hadron-Curious MDL Guru

    Jul 4, 2014
    3,719
    598
    120
    #919 Hadron-Curious, Jan 30, 2015
    Last edited: Jan 30, 2015
    That is correct but not until you check for updates it will not re-install itself automatically. There is likely a clear notion you cannot download Build 9934 yet.
     
  20. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,208
    1,913
    90
    No there is no debug output with this method.;)

    I will post new instructions if i can make it short.o_O