Remove WaterMark is possible ?

Discussion in 'Windows 10' started by tearservers, Oct 2, 2014.

  1. tearservers

    tearservers MDL Novice

    Apr 4, 2011
    46
    4
    0
    Any 1 can remove the watermark ?
     
  2. elhassan

    elhassan MDL Member

    Dec 9, 2011
    117
    39
    10
    11.jpg
    Check it out
     
  3. znx

    znx MDL Novice

    Sep 16, 2012
    38
    2
    0
    I removed the watermark using "MY WCP Watermark editor" (I cannot post links yet)

    Just delete "Edition", "Build" and the first "Restriction Note" and click apply new settings.

    For some reason you can only apply one time, if you try to open the .exe again it will show "Are you sure you are on Windows 8 Beta?", so make sure to do it right the first time
     
  4. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,273
    240
    Why someone would need to remove the Watermark? Sounds stupid and there isn't real reason for that other to just to Show Off: "Hey, I've the Final and you not behbehbeh!" or some like that!

    On the other hand, it's just an good reminder to get remembered that the user is just on limited (in what way ever) edition of Windows and that at some day the use will be over!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. znx

    znx MDL Novice

    Sep 16, 2012
    38
    2
    0
    I don't like anything on top of my wallpaper, that's all, and I don't need the reminder.
     
  6. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,273
    240
    There to many people who just forgetting WHAT they're using! And also many of those who like to pose something (show off) what didn't exist in reality (yet)!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. dummekuehe

    dummekuehe MDL Senior Member

    Jan 11, 2009
    497
    112
    10
    sometimes less is more
    and i'm not talking about the watermark
     
  8. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,273
    240
    That's simply true!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. shawnsdada

    shawnsdada MDL Junior Member

    Jun 24, 2013
    58
    18
    0
    Drop the attitude

    You're acting like it personally affects you that someone doesn't like watermarks :rolleyes:

    Can you ever make a post where you're not talking to someone as if they're stupid?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. darkodar

    darkodar MDL Addicted

    Feb 12, 2013
    673
    201
    30
    Capture.PNG

    Use
    My WCP Watermark Editor 1.1.0
     
  11. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,273
    240
    #11 pisthai, Oct 2, 2014
    Last edited: Oct 2, 2014
    As any other member, I reserves the right to express my personal meaning.

    On the other hand, to tell something sounds stupid didn't means that someone (or an special person) is stupid!

    If you think that's a "shoe" of yours, it's just up to you to use or not!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. WardocsRevenge

    WardocsRevenge MDL Expert

    Jan 13, 2012
    1,848
    644
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. znx

    znx MDL Novice

    Sep 16, 2012
    38
    2
    0
    Working fine here with normal 64bits edition. I just deleted the text for Edition, Build and the first Restriction instead of clicking remove all, apply, and all watermark is gone, even after reboot. What is happening for you? (I downloaded from softpedia, first google result)
     
  14. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
  15. znx

    znx MDL Novice

    Sep 16, 2012
    38
    2
    0
    dropbox. com/s/s7gg8e64aqsbf2s/mui.zip?dl=0

    .mui files modded with 'My WCP"
    .mui.bak original
     
  16. hceeler

    hceeler MDL Member

    Aug 21, 2008
    214
    41
    10
    works fine for me as znx described, no watermark now
     
  17. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #17 Mr Jinje, Oct 2, 2014
    Last edited by a moderator: Apr 20, 2017
    and here is a stupid script to make the stupid change.

    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
    
    or for your OEM mounted wim

    Code:
    $MOUNT = 'C:\Mount'
    
    takeown /F "$MOUNT\Windows\System32\en-US\shell32.dll.mui" 
    icacls $MOUNT\Windows\System32\en-US\shell32.dll.mui /grant administrators:F 
    ren $MOUNT\Windows\System32\en-US\shell32.dll.mui shell32.dll.mui.bak 
    Copy-Item .\shell32.dll.mui $MOUNT\Windows\System32\en-US\shell32.dll.mui
    
    
    
    takeown /F "$MOUNT\Windows\Branding\Basebrd\en-US\basebrd.dll.mui" 
    icacls $MOUNT\Windows\Branding\Basebrd\en-US\basebrd.dll.mui /grant administrators:F 
    ren $MOUNT\Windows\Branding\Basebrd\en-US\basebrd.dll.mui basebrd.dll.mui.bak 
    Copy-Item .\basebrd.dll.mui $MOUNT\Windows\Branding\Basebrd\en-US\basebrd.dll.mui
    
    
     
  18. weetbixyum

    weetbixyum MDL Novice

    Oct 3, 2012
    37
    5
    0
    it worked 100% fine for me . I didn't delete any text just selected remove all
     
  19. bjf2000

    bjf2000 MDL Expert

    Apr 11, 2008
    1,087
    198
    60
    #19 bjf2000, Oct 2, 2014
    Last edited: Oct 3, 2014
    I did what znx said, and on Enterprise at least, I still have "Evaluation copy. Build 9841" (just that).

    Figuring I did something wrong, I then used the files he posted above, rebooted again, but no change from the above.

    Update: To fix this, I reverted to the original files, rebooted, and then ran the batch again and rebooted. That time, it worked.
     
  20. Meneer

    Meneer MDL Member

    Apr 2, 2014
    188
    215
    10
    #20 Meneer, Oct 2, 2014
    Last edited by a moderator: Apr 20, 2017
    Thanks a lot for this stupid script, I got some stupid errors, but in my stupidity I ignored them and this stupid thing worked after I rebooted.
    Thanks!
    Edit; Those stupid errors apperently broke it...
    7PB2BOi.png

    (Edit2: I fixed it)