Would you like a custom Bootlogo on 8/8.1? Request it here!

Discussion in 'Windows 8' started by Krutonium, Dec 22, 2013.

  1. Silvermaine

    Silvermaine MDL Novice

    May 18, 2012
    47
    17
    0
    Then what happens if I turned off the test mode? :(
    I'd rather change back to normal boot logo than have the watermark XD
     
  2. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    You have to put back your original bootlogo, then run these commands (Note that the Beta Fish Bootlogo DOES NOT REQUIRE TESTSIGNING!

    Bcdedit.exe -set TESTSIGNING OFF
    Shutdown -r -f -t 000


    ​x86 versions will be made shortly ;)
     
  3. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #43 Mr Jinje, Dec 30, 2013
    Last edited by a moderator: Apr 20, 2017
    No worries.

    In case other readers prefer to keep their logo's and disable the watermark, just follow pendularium's method with Resource Hacker and EDIT this snip to replace the watermarked files.

    Code:
    takeown /F "C:\Windows\System32\en-US\shell32.dll.mui" 
    icacls C:\Windows\System32\en-US\shell32.dll.mui /grant administrators:F 
    ren C:\Windows\System32\en-US\shell32.dll.mui shell32.dll.mui.bak 
    Copy-Item .\shell32.dll.mui C:\Windows\System32\en-US\shell32.dll.mui
    
    takeown /F "C:\Windows\Branding\Basebrd\en-US\basebrd.dll.mui" 
    icacls C:\Windows\Branding\Basebrd\en-US\basebrd.dll.mui /grant administrators:F 
    ren C:\Windows\Branding\Basebrd\en-US\basebrd.dll.mui basebrd.dll.mui.bak 
    Copy-Item .\basebrd.dll.mui C:\Windows\Branding\Basebrd\en-US\basebrd.dll.mui
     
  4. arcie

    arcie MDL Novice

    Dec 29, 2013
    5
    0
    0
    is it possible for a animated Boot logo? :eek:
     
  5. gmax

    gmax MDL Novice

    Dec 25, 2013
    2
    0
    0
    Could you make this for me and everyone else who wants it? Red_hammer_and_sickle.png
     
  6. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    @arcie Nope
    @gmax Sure, but it will look terrible, get it on black.
     
  7. Krutonium

    Krutonium MDL Senior Member

    Aug 27, 2013
    409
    285
    10
    Alright, so unfortunately, I can't seem to make a good injection of new bootlogo's into the 32 bit dll... Sorry guys! :(
     
  8. reguindin

    reguindin MDL Novice

    Jan 30, 2014
    1
    0
    0
    please make this one.,.,needed badly.,.,tnx

    rog.jpg
     
  9. RienNeven

    RienNeven MDL Novice

    May 18, 2014
    1
    0
    0
    I know I am late with this but if you have time make a .dll from this logo.
    razer-logo-vector.jpg
     
  10. SM03

    SM03 MDL Expert

    Dec 16, 2012
    1,402
    604
    60
    Is this possible in latest Windows 10 as well? @Krutonium