Can't edit shell32.dll.mui

Discussion in 'Windows 8' started by benzeb666, Aug 26, 2013.

  1. benzeb666

    benzeb666 MDL Novice

    Aug 20, 2013
    6
    0
    0
    #1 benzeb666, Aug 26, 2013
    Last edited: Aug 26, 2013
    I need Test Mode on, but don't want the ugly watermark. I have Windows 8 Home Premium 64 bit Build 9200. I am trying to remove Test Mode from my desktop, but when I edit shell32.dll.mui, it won't let me save it. If I save it to the desktop, I can copy it over to the original folder, but when I open to check if strings are still gone, they are back! If I copy it back out, they are magically gone again! I have complete ownership of the file. Please help. Any suggestions?
     
  2. benzeb666

    benzeb666 MDL Novice

    Aug 20, 2013
    6
    0
    0
    Sorry, yes the watermark. Windows 8, 64 bit, and I believe the edition is Home Premium.

    EDIT: And I NEED test mode on!
     
  3. benzeb666

    benzeb666 MDL Novice

    Aug 20, 2013
    6
    0
    0
    Yes, and it didn't work because somehow my shell32.dll.mui keeps readding the strings when I place it back into the folder.
     
  4. anarchist9027

    anarchist9027 MDL Expert

    Oct 30, 2010
    1,320
    667
    60
    There is no such thing as Windows 8 Home Premium. There is only Core, Pro, Enterprise & RT
     
  5. benzeb666

    benzeb666 MDL Novice

    Aug 20, 2013
    6
    0
    0
    Yes, and that tool does not work, I think it is my version that conflicts with it.
     
  6. benzeb666

    benzeb666 MDL Novice

    Aug 20, 2013
    6
    0
    0
    Sorry, the Windows Editions spot is blank when I check, don't know what it is for sure.
     
  7. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    #10 murphy78, Aug 26, 2013
    Last edited by a moderator: Apr 20, 2017
    It probably requires icacls to add admin rights. Most system files are set to TrustedInstaller and you have to run the permissions prog to add it.
    There's a neat reg file you can use to add right-click ownership taking, but don't ask me how to set it back...

    AddTakeown.reg
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\*\shell\runas]
    @="Take Ownership"
    "NoWorkingDirectory"=""
    
    
    [HKEY_CLASSES_ROOT\*\shell\runas\command]
    @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
    "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
    
    
    [HKEY_CLASSES_ROOT\Directory\shell\runas]
    @="Take Ownership"
    "NoWorkingDirectory"=""
    
    
    [HKEY_CLASSES_ROOT\Directory\shell\runas\command]
    @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
    "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
    removetakeown.reg
    Code:
    Windows Registry Editor Version 5.00
    
    
    
    [-HKEY_CLASSES_ROOT\*\shell\runas]
    
    
    [-HKEY_CLASSES_ROOT\Directory\shell\runas]
    
    
    
    Use at your own risk.
     
  8. redroad

    redroad MDL Guru

    Dec 2, 2011
    5,326
    6,043
    180
    #11 redroad, Aug 26, 2013
    Last edited by a moderator: Apr 20, 2017
    From cmd as admin type
    Code:
    slmgr.vbs /dlv
    to find version
     
  9. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Completely blank, or does it show Windows 8? In latter case it would be the Core Edition.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. benzeb666

    benzeb666 MDL Novice

    Aug 20, 2013
    6
    0
    0
    Yes, it is core edition. And taking ownership does not fix the problem. Sorry for the late reply.
     
  11. ace2

    ace2 Guest

    #14 ace2, Sep 7, 2013
    Last edited by a moderator: Sep 7, 2013
    Have you made sure the Read-only Attributes for shell32.dll.mui is unselected.