Main Forum > General Computer Support
icacls "C:\Config.Msi"
Angelika:
--- Quote ---On Windows Vista/7
Perform the steps below on the folder reference in your error message. The Config.msi folder is used in this example.
Select Start > All Programs > Accessories.
Right-click on Command Prompt and select Run As Administrator. A Command Prompt window opens.
In the Command Prompt window, type the following commands exactly as they appear below. Include all spaces and quotation marks, and press Enter at the end of each line:
--- End quote ---
--- Code: ---icacls "C:\Config.Msi" /T /C /grant administrators:F
--- End code ---
I get an error. I don't know the solution.
Windows 7 (problem only Polish Operating System or maybe other Non-English)
--- Code: ---Microsoft Windows [Wersja 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Wszelkie prawa zastrzeżone.
C:\Windows\system32>icacls "C:\Config.Msi" /T /C /grant administrators:F
administrators: Nie zostało wykonane mapowanie między nazwami kont a identyfikatorami zabezpieczeń.
Liczba plików przetworzonych pomyślnie: 0; liczba plików, których przetwarzanie nie powiodło się: 1.
C:\Windows\system32>
--- End code ---
Boggin:
Perhaps you should take this up with whoever posted those instructions.
Angelika:
Instant solution:
(English)
icacls "C:\Config.Msi" /T /C /grant administrators:F
(Polish)
icacls "C:\Config.Msi" /T /C /grant administratorzy:F
(Espanol)
icacls "C:\Config.Msi" /T /C /grant administradores:F
(French)
icacls "C:\Config.Msi" /T /C /grant administrateurs:F
Ask Shane to include multilanguage in scripts?
Boggin:
So why did you bother posting the problem when you knew the solution - again.
Boggin:
There's a hack at the bottom of this article to add Take Ownership to the right click context menu where you can right click on any file and select that option.
https://www.howtogeek.com/howto/windows-vista/add-take-ownership-to-explorer-right-click-menu-in-vista/
Navigation
[0] Message Index
[#] Next page
Go to full version