Watermark Remover

Discussion in 'Windows 10' started by Damian666, Dec 26, 2014.

  1. luky

    luky MDL Addicted

    Joined:
    Dec 21, 2008
    Messages:
    732
    Likes Received:
    33
    Trophy Points:
    30
    Where to get UWD? please link.
     
  2. perre

    perre MDL Senior Member

    Joined:
    Nov 2, 2013
    Messages:
    285
    Likes Received:
    12
    Trophy Points:
    10
    Please link to remove watermark.
     
  3. Medic

    Medic MDL Novice

    Joined:
    Sep 24, 2011
    Messages:
    19
    Likes Received:
    2
    Trophy Points:
    0
    Sorry have to have 20 post to be able to send links:eek:
     
  4. Medic

    Medic MDL Novice

    Joined:
    Sep 24, 2011
    Messages:
    19
    Likes Received:
    2
    Trophy Points:
    0
    PainteR7 still working on one?:rolleyes:
     
  5. LookAndFind

    LookAndFind MDL Novice

    Joined:
    May 21, 2007
    Messages:
    43
    Likes Received:
    3
    Trophy Points:
    0
    Do you know where to download?

    Thnx
     
  6. 33Region

    33Region MDL Novice

    Joined:
    Apr 6, 2011
    Messages:
    44
    Likes Received:
    26
    Trophy Points:
    0
  7. Painter7

    Painter7 MDL Junior Member

    Joined:
    Jun 18, 2011
    Messages:
    63
    Likes Received:
    180
    Trophy Points:
    0
  8. Medic

    Medic MDL Novice

    Joined:
    Sep 24, 2011
    Messages:
    19
    Likes Received:
    2
    Trophy Points:
    0
    Thanks Painter7 for all the hard work!:clap:
     
  9. Krakatoa

    Krakatoa MDL Addicted

    Joined:
    Feb 22, 2011
    Messages:
    563
    Likes Received:
    893
    Trophy Points:
    30
    #69 Krakatoa, Jan 28, 2015
    Last edited by a moderator: Apr 20, 2017
    Manual remove watemark, example for czech language:
    Windows10_TechnicalPreview_x64_CS-CZ_9926.iso

    Copy files:
    c:\Windows\Branding\Basebrd\cs-CZ\basebrd.dll.mui
    c:\Windows\System32\cs-CZ\shell32.dll.mui

    Folder: basebrd.dll.mui + shell32.dll.mui + start.cmd
    Backup original basebrd.dll.mui and shell32.dll.mui.

    Run Resource Hacker and editing copy files:
    basebrd.dll.mui
    Code:
    12, "Windows 10 Pro Technical Preview"
    13, "Windows 10 Pro Technical Preview"
    ->
    Code:
    12, ""
    13, ""
    shell32.dll.mui
    Code:
    33108, "%ws Build %ws"
    33115, "Licence systému Windows je platná po dobu %d %ws."
    33117, "Funkce SecureBoot není správně nakonfigurována."
    ->
    Code:
    33108, ""
    33115, ""
    33117, ""
    start.cmd
    Code:
    pushd "%~dp0"
    takeown /f c:\Windows\Branding\Basebrd\cs-CZ\basebrd.dll.mui
    icacls c:\Windows\Branding\Basebrd\cs-CZ\basebrd.dll.mui /grant administrators:F
    takeown /f c:\Windows\System32\cs-CZ\shell32.dll.mui
    icacls c:\Windows\System32\cs-CZ\shell32.dll.mui /grant administrators:F
    copy /y "basebrd.dll.mui" "c:\Windows\Branding\Basebrd\cs-CZ\basebrd.dll.mui"
    copy /y "shell32.dll.mui" "c:\Windows\System32\cs-CZ\shell32.dll.mui"
    mcbuilder
    pause
    Run start.cmd as admin.
    2x "1 file(s) copied." = OK, != again run start as admin (or restart OS and again run start as admin).
    And restart system.
     
  10. Damian666

    Damian666 MDL Novice

    Joined:
    Dec 17, 2014
    Messages:
    46
    Likes Received:
    16
    Trophy Points:
    0
    yep, thats basicly what i do, but then automated :p


    seems it works on latest version too :p
     
  11. WaltC

    WaltC MDL Addicted

    Joined:
    Mar 8, 2014
    Messages:
    518
    Likes Received:
    123
    Trophy Points:
    30
    Maybe must-remove-watermark behavior explains why some folks often forget that these builds are betas, not RTM...;)
     
  12. sciencefi

    sciencefi MDL Junior Member

    Joined:
    Jul 29, 2009
    Messages:
    72
    Likes Received:
    22
    Trophy Points:
    0
    KMSpico v10.0.4 watermark remover works too.
     
  13. Damian666

    Damian666 MDL Novice

    Joined:
    Dec 17, 2014
    Messages:
    46
    Likes Received:
    16
    Trophy Points:
    0
    updated :p
     
  14. Ace2

    Ace2 MDL Addicted

    Joined:
    Oct 10, 2014
    Messages:
    523
    Likes Received:
    320
    Trophy Points:
    30
    #74 Ace2, Apr 28, 2015
    Last edited: Apr 28, 2015
    Not working on Windows 10 Build 10061.

    Evalution copy.Build 10061 is not removed.

    Update1:

    I didn't change wallpaper after patching.:eek:

    I will try patch again...

    Update2:

    Not working even after changing wallpaper.

    Evalution copy.Build 10061 is not removed.
     
  15. Damian666

    Damian666 MDL Novice

    Joined:
    Dec 17, 2014
    Messages:
    46
    Likes Received:
    16
    Trophy Points:
    0
    #75 Damian666, Apr 28, 2015
    Last edited: Apr 28, 2015
    (OP)
    sshot-1.png
    hmm... could you try running mcbuilder.exe manually after reboot?

    guess its due to admin rights.

    just run mcbuilder.exe on a admin cmd prompt.
     
  16. Profy_X

    Profy_X MDL Novice

    Joined:
    Apr 21, 2011
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    Hi does it support the insider preview?
     
  17. xxhbdl

    xxhbdl MDL Novice

    Joined:
    Mar 7, 2015
    Messages:
    11
    Likes Received:
    2
    Trophy Points:
    0
    I wrote a small program, I hope will be helpful.

    File : GenericWindowsWatermarkRemover.exe
    Size : 0,11 MB
    CRC32 : D5B8F8B0
    MD5 : 16f835e98e9eb49d08fe05b2afc5e0f4
    SHA1 : ce8fdc306d8e46810e31550efa93bdd56f039096


    *ttp://ww*.datafilehost.com/d/e6b61854
     
  18. MS_User

    MS_User MDL Guru

    Joined:
    Nov 30, 2014
    Messages:
    3,987
    Likes Received:
    871
    Trophy Points:
    120
    what a waste of time.....this is the preview u will not run it for to long.
     
  19. Damian666

    Damian666 MDL Novice

    Joined:
    Dec 17, 2014
    Messages:
    46
    Likes Received:
    16
    Trophy Points:
    0
    should work, i ran it no problem :p

    to each his own mate...