remove the activated logo?

Discussion in 'Windows 7' started by gersma, Nov 16, 2009.

  1. genuine555

    genuine555 MDL Expert

    Oct 3, 2009
    1,672
    88
    60
    Then it would tell him that it can't be renamed, wouldn't it ?
    Anyway, that's weird, cause it doesn't happen with me. But then again, we are dealing with a m$ product :rolleyes:

    He could try this :

    - open notepad

    - copy this code then save as backup.cmd :

    takeown.exe /f %WINDIR%\nl-NL\systemcpl.dll.mui
    icacls.exe %WINDIR%\nl-NL\systemcpl.dll.mui /grant administrator:f
    copy %WINDIR%\nl-NL\systemcpl.dll.mui %WINDIR%\systemcpl_backup.dll.mui


    - Rightclick backup.cmd and run as administrator.



    Remember this ? I doubt it'll work here, cause he is able to take ownership and replace it, but trying won't hurt...
     
  2. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    420
    60
    #22 PAYMYRENT, Nov 16, 2009
    Last edited by a moderator: Apr 20, 2017
    yea i do but its this

    Code:
    
    - open notepad
    
    - copy this code then save as backup.cmd :
    
    takeown.exe /f %WINDIR%\system32\nl-NL\systemcpl.dll.mui
    icacls.exe %WINDIR%\system32\nl-NL\systemcpl.dll.mui /grant administrator:f
    copy %WINDIR%\system32\nl-NL\systemcpl.dll.mui %WINDIR%\system32\systemcpl_backup.dll.mui
    
    
    - Rightclick backup.cmd and run as administrator.
    
    
    everytime i try replacing files explorer always locks it then i have to kill explorer with task manager then use unstoppable copy then replace it

    lol ill write a file replacer that forces files to be replaced.
     
  3. genuine555

    genuine555 MDL Expert

    Oct 3, 2009
    1,672
    88
    60
    #23 genuine555, Nov 16, 2009
    Last edited by a moderator: Apr 20, 2017
    indeed. forgot to add system32\
     
  4. gersma

    gersma MDL Junior Member

    Sep 20, 2008
    57
    9
    0
    replacing the file is not a problem, i can do that just fine, but after rebooting or loging on and off, it still shows that logo. When i go looking at the file, the modded version is still at place.

    summary :
    uac off
    viruscanner off
    x64 system
    modded version at place in system32/nl-nl folder
    clean install (just restored a dump to get back to a clean system)

    result : logo still there

    i am confused why it works on your system and not on mine, seems that we have the same configuration, althought mine is a real nl version, not translated with language pack, maybe the problem is located there (you sugested switching languages, wich i cant obviously do)

    my gues : on the real nl version of seven it must be another dll or mui file then the ones ive been modding ..
     
  5. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    420
    60
    ill get you the file from removewat and an installer for it but it wont install the actuall stuff that will disable activation it will just remove the activation section completely if you want it
     
  6. gersma

    gersma MDL Junior Member

    Sep 20, 2008
    57
    9
    0
    im not interested in 'deactivating' my system, just want to find the REAL dll which displays the logo on my systempage and replace or remove that logo completly.

    the further you look, the more crazy this gets, that logo is even present in the file slui.exe.mui in the system32/nl-nl folder. Seems that it is everywhere, probably to drive guys like me crazy lol
     
  7. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    420
    60
  8. genuine555

    genuine555 MDL Expert

    Oct 3, 2009
    1,672
    88
    60
    Dammit, bro, why didn't u say it's a real nl-version. The whole issue with a language-pack is that it replaces the standard english files in system32 root folder. Off course with a real nl version that doesn't happen.

    Anyway, I'm glad PayMyRent can give u another solution, cause I don't have the real nl version, and can't look for the location of your genuine-logo.

    EDIT : but then again, it should be the systemcpl.dll file in system32. weird...
     
  9. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    420
    60
    ill do it just give me a second to convert my vb.net code to a *.bat file
     
  10. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    420
    60
    @ gersma

    i sent you a pm

    and i forgot to say run as administrator lol
     
  11. gersma

    gersma MDL Junior Member

    Sep 20, 2008
    57
    9
    0
    thank you .. gratitude pm has been sent back
     
  12. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    420
    60
    i sent you another one and im glad it worked out for you
     
  13. genuine555

    genuine555 MDL Expert

    Oct 3, 2009
    1,672
    88
    60
    Me too. :)

    Still figuring out why it isn't situated in %windir%\system32\systemcpl.dll in your case :confused:

    But hell, you've got it now...
     
  14. gersma

    gersma MDL Junior Member

    Sep 20, 2008
    57
    9
    0
    Thanks for all the help, a solution to the question is posted in the first post of this thread ..
     
  15. genuine555

    genuine555 MDL Expert

    Oct 3, 2009
    1,672
    88
    60
    #36 genuine555, Nov 19, 2009
    Last edited: Nov 19, 2009
    Looked at the modded file with restorator, and love the solution u came up with.

    pm'ed you...
     
  16. gersma

    gersma MDL Junior Member

    Sep 20, 2008
    57
    9
    0
    in the uifile of an unmodified systemcpl.dll i have completly deleted line 277 and line 279

    277 : <element id="atom(LicenseLogo)" layoutpos="top" contentalign="topcenter" padding ......... etc
    279 : <Button class="cp_content_link" id="atom(LearnMoreOnline)" layoutpos="none" active="mouse|keyboard" content ........... etc

    when you do that, the logo and the link are gone. if you just want the logo gone but want to keep the link you remove line 277 only (these line numbers apply to an unmodified version of the ui file of systemcpl.dll, not the ones that are in the pack ive provided, these are already modified ..)

    you can use my solution in your stuff, no problem at all with that .. sharing knowledge is what has brought the society to the level we are experiencing right now .. (hmz wat een fylosofische zin)
     
  17. genuine555

    genuine555 MDL Expert

    Oct 3, 2009
    1,672
    88
    60
    Great. I missed 279.

    Reps to you

    Bedankt. Ik had lijn 279 gemist.

    Reps voor je werk..
     
  18. Michel

    Michel MDL Expert

    Jul 29, 2009
    1,860
    261
    60
    Thats even better :cool:, thanks for those lines ;)