How to Remove watermark from Windows 8.1 Enterprise Evaluation

     How to Remove watermark from Windows 8.1 Enterprise Evaluation

 THIS article describes how to remove watermark on windows 8.1 desktop enterprise evaluation edition .after so many attempts this works well .this can only remove watermark doesn't extand any period .by using rearm process you can increase evaluation for another 90 days.....so you can use windows 8.1 enterprise edition with out any problems for six months.this is enough time to reinstall os.
  
        Whenever Microsoft releases a testing build of Windows or service pack, a watermark is always shown on Windows Desktop. This watermark usually shows the build number of Windows or service pack.
Many people don't like this watermark on their Desktop as it hides some part of the wallpaper and sometimes doesn't look nice on Desktop wallpapers.

 Along with the release of Windows 8.1 as an update to Windows 8, Microsoft today released the 90-day trial of Windows 8.1 Enterprise but it comes with windows watermark and its a little bit annoying so here is how to remove it.
REQUIREMENTS:



Need basebrd.dll.mui from C:\Windows\Branding\Basebrd\en-US
Need shell32.dll.mui from C:\Windows\System32\en-US

Open basebrd.dll.mui with Resource Hacker and Edit, 

basebrd.dll.mui:

String Table / 1 / 1033

BEFORE

Code:
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
10,     "Windows"
11,     "Windows 8.1"
12,     "Windows 8.1 Enterprise Evaluation"
13,     "Windows 8.1 Enterprise Evaluation"
14,     "© 2013 Microsoft Corporation. All rights reserved."
15,     "Microsoft"
}

AFTER USING Resource Hacker

Code:
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
10,     "Windows"
11,     "Windows 8.1"
12,     " "
13,     " "
14,     "Windows 8.1 Enterprise Evaluation © 2013 Microsoft Corporation. All rights reserved."
15,     "Microsoft"
}


Open shell32.dll.mui with Resource Hacker and Edit, 

shell32.dll.mui:

String Table / 2070 / 1033

BEFORE

Code:
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
33108,     "%ws Build %ws"
33109,     "Evaluation copy."
33110,     "For testing purposes only."
33111,     "This copy of Windows is licensed for "
33112,     "Windows License is expired"
33113,     "days"
33114,     "hours"
33115,     "Windows License valid for %d %ws"
33116,     "Windows Grace expires in %d %ws"
33117,     "SecureBoot isn't configured correctly"
}

AFTER USING Resource Hacker

Code:
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
33108,     " "
33109,     "Evaluation copy."
33110,     "For testing purposes only."
33111,     "This copy of Windows is licensed for "
33112,     "Windows License is expired"
33113,     "days"
33114,     "hours"
33115,     " "
33116,     "Windows Grace expires in %d %ws"
33117,     " "
}


Replace C:\Windows\Branding\Basebrd\en-US\basebrd.dll.mui with edited basebrd.dll.mui 
Replace C:\Windows\System32\en-US\shell32.dll.mui with edited shell32.dll.mui
Open Command Prompt as Admin and use this cmd: Mcbuilder

ISHA SEARCH ENGINE