User full access in context menu need help


  1. Posts : 2
    Windows 10 19044.3693
       #1

    User full access in context menu need help


    I used this when I was running Windows 7, but unfortunately it no longer works properly. Does anyone know what the error could be or could someone help me with how to do it?

    I am currently using Windows 10

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\*\shell\userfull]
    @="Full User Access"
    "NoWorkingDirectory"=""
    "Icon"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,\
      00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
      6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,20,00,2c,\
      00,31,00,30,00,32,00,00,00
    
    [HKEY_CLASSES_ROOT\*\shell\userfull\command]
    @="cmd.exe /c takeown /f  \"%1\" && icacls \"%1\" /grant Benutzer:F"
    "IsolatedCommand"="cmd.exe /c takeown /f  \"%1\" && icacls \"%1\" /grant Benutzer:F"
    
    [HKEY_CLASSES_ROOT\exefile\shell\userfull]
    @="Full User Access"
    "NoWorkingDirectory"=""
    "Icon"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,\
      00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
      6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,20,00,2c,\
      00,31,00,30,00,32,00,00,00
    
    [HKEY_CLASSES_ROOT\exefile\shell\userfull\command]
    @="cmd.exe /c takeown /f  \"%1\" && icacls \"%1\" /grant Benutzer:F"
    "IsolatedCommand"="cmd.exe /c takeown /f  \"%1\" && icacls \"%1\" /grant Benutzer:F"
    
    [HKEY_CLASSES_ROOT\Directory\shell\userfull]
    @="Full User Access"
    "NoWorkingDirectory"=""
    "Icon"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,\
      00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
      6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,20,00,2c,\
      00,31,00,30,00,32,00,00,00
    
    [HKEY_CLASSES_ROOT\Directory\shell\userfull\command]
    @="cmd.exe /c takeown /f \"%1\" /r /d j && icacls \"%1\" /grant Benutzer:F /T /C /L"
    "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d j && icacls \"%1\" /grant Benutzer:F /T /C /L"
    
    
    [HKEY_CLASSES_ROOT\*\shell\usernormal]
    @="User Normalize"
    "NoWorkingDirectory"=""
    "Icon"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,\
      00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
      6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,20,00,2c,\
      00,31,00,30,00,31,00,00,00
    
    [HKEY_CLASSES_ROOT\*\shell\usernormal\command]
    @="cmd.exe /c icacls \"%1\" /reset"
    
    [HKEY_CLASSES_ROOT\exefile\shell\usernormal]
    @="User Normalize"
    "NoWorkingDirectory"=""
    "Icon"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,\
      00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
      6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,20,00,2c,\
      00,31,00,30,00,31,00,00,00
    
    [HKEY_CLASSES_ROOT\exefile\shell\usernormal\command]
    @="cmd.exe /c icacls \"%1\" /reset"
    
    [HKEY_CLASSES_ROOT\Directory\shell\usernormal]
    @="User Normalize"
    "NoWorkingDirectory"=""
    "Icon"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,\
      00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
      6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,20,00,2c,\
      00,31,00,30,00,31,00,00,00
    
    [HKEY_CLASSES_ROOT\Directory\shell\usernormal\command]
    @="cmd.exe /c icacls \"%1\" /reset /T /C /L"
      My Computer


  2. Posts : 16,966
    Windows 10 Home x64 Version 22H2 Build 19045.4170
       #2

    If you consider what it is supposed to do then you might well be able to find its Windows 10 equivalent in the tutorial index.
    Tutorial Index - TenForums


    Best of luck,
    Denis



    Welcome to TenForums.

    It's really worth making time to browse through that Tutorial index - there's a shortcut to it at the top of every page.
    - At the foot of the Tutorial index is a shortcut to download it as a spreadsheet.
    - I download a new copy each month.
    - By downloading it as a spreadsheet I can benefit from Excel's excellent filtering capabilities when I search for topics of interest.
    - Tutorials are also listed by category at Tutorials - there's also a shortcut to that at the top of every page.
    - Both tutorial lists are searchable.
    - You can also search for TenForumsTutorials in many general search engines, such as Google, by adding site:tenforums.com/tutorials after your search term. For example,
    taskbar toolbars site:tenforums.com/tutorials

    You can search TenForums using the search box in the top-right corner of all TenForums webpages or using Advanced Search - TenForums
    - You can also search TenForums threads in many general search engines, such as Google, by adding site:tenforums.com after your search term. For example,
    Search for drivers by HardwareID site:tenforums.com
    - [This is what the search box in the top-right corner of TenForums webpages does automatically]
      My Computer


  3. Posts : 43,022
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #3

    Guessing, are you thinking of this?
    Add Take Ownership to Context Menu in Windows 10
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 14:53.
Find Us




Windows 10 Forums