Messed up C: Permissions
I wanted to give a permission to a user, using SQL server. I think I did something wrong as now I can't access my Disk C.
I tried to reset permissions with Command prompt but it didn't allow me to do it. I also tried recovery and didn't allow me either..
There is important data on Disk C.. what should I do to regain access?
If I click on "Change", after 1 min. a warning message comes up saying: Windows Security >> Can`t open access control editor. Access is denied.
windows windows-8.1 permissions
add a comment |
I wanted to give a permission to a user, using SQL server. I think I did something wrong as now I can't access my Disk C.
I tried to reset permissions with Command prompt but it didn't allow me to do it. I also tried recovery and didn't allow me either..
There is important data on Disk C.. what should I do to regain access?
If I click on "Change", after 1 min. a warning message comes up saying: Windows Security >> Can`t open access control editor. Access is denied.
windows windows-8.1 permissions
add a comment |
I wanted to give a permission to a user, using SQL server. I think I did something wrong as now I can't access my Disk C.
I tried to reset permissions with Command prompt but it didn't allow me to do it. I also tried recovery and didn't allow me either..
There is important data on Disk C.. what should I do to regain access?
If I click on "Change", after 1 min. a warning message comes up saying: Windows Security >> Can`t open access control editor. Access is denied.
windows windows-8.1 permissions
I wanted to give a permission to a user, using SQL server. I think I did something wrong as now I can't access my Disk C.
I tried to reset permissions with Command prompt but it didn't allow me to do it. I also tried recovery and didn't allow me either..
There is important data on Disk C.. what should I do to regain access?
If I click on "Change", after 1 min. a warning message comes up saying: Windows Security >> Can`t open access control editor. Access is denied.
windows windows-8.1 permissions
windows windows-8.1 permissions
edited Apr 17 '15 at 16:41
Ƭᴇcʜιᴇ007
99.4k14156217
99.4k14156217
asked Apr 17 '15 at 15:57
user438618user438618
1113
1113
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Run as Administrator cmd
and type:
Goto Root disk C: :
CD
make the owner of the current user of file objects from the specified:
TAKEOWN /F C: /R /A /D Y
reset permissions for the file system by default:
icacls * /T /Q /C /RESET
set the initial file system permissions, registry for errors and GPOs for the workstation is not part of the domain by default:
secedit /configure /cfg %windir%infdefltbase.inf /db defltbase.sdb /verbose
1
You have not provided any explanation for your answer. What do these commands do? At present your answer is of limited value to readers who hope to understand how to resolve the issue.
– suspectus
Apr 17 '15 at 19:56
@suspectus Unfortunately, there are two lines of conduct, or to trust, relying on my integrity, or spend a lot of experimentation with the teams in a virtual machine and become the owner of the knowledge based on personal experience. Then explanations do not mean anything, because theoretically they can be false and violate your security. Updated. This may be a response to be more attractive)
– STTR
Apr 17 '15 at 20:18
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f902849%2fmessed-up-c-permissions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Run as Administrator cmd
and type:
Goto Root disk C: :
CD
make the owner of the current user of file objects from the specified:
TAKEOWN /F C: /R /A /D Y
reset permissions for the file system by default:
icacls * /T /Q /C /RESET
set the initial file system permissions, registry for errors and GPOs for the workstation is not part of the domain by default:
secedit /configure /cfg %windir%infdefltbase.inf /db defltbase.sdb /verbose
1
You have not provided any explanation for your answer. What do these commands do? At present your answer is of limited value to readers who hope to understand how to resolve the issue.
– suspectus
Apr 17 '15 at 19:56
@suspectus Unfortunately, there are two lines of conduct, or to trust, relying on my integrity, or spend a lot of experimentation with the teams in a virtual machine and become the owner of the knowledge based on personal experience. Then explanations do not mean anything, because theoretically they can be false and violate your security. Updated. This may be a response to be more attractive)
– STTR
Apr 17 '15 at 20:18
add a comment |
Run as Administrator cmd
and type:
Goto Root disk C: :
CD
make the owner of the current user of file objects from the specified:
TAKEOWN /F C: /R /A /D Y
reset permissions for the file system by default:
icacls * /T /Q /C /RESET
set the initial file system permissions, registry for errors and GPOs for the workstation is not part of the domain by default:
secedit /configure /cfg %windir%infdefltbase.inf /db defltbase.sdb /verbose
1
You have not provided any explanation for your answer. What do these commands do? At present your answer is of limited value to readers who hope to understand how to resolve the issue.
– suspectus
Apr 17 '15 at 19:56
@suspectus Unfortunately, there are two lines of conduct, or to trust, relying on my integrity, or spend a lot of experimentation with the teams in a virtual machine and become the owner of the knowledge based on personal experience. Then explanations do not mean anything, because theoretically they can be false and violate your security. Updated. This may be a response to be more attractive)
– STTR
Apr 17 '15 at 20:18
add a comment |
Run as Administrator cmd
and type:
Goto Root disk C: :
CD
make the owner of the current user of file objects from the specified:
TAKEOWN /F C: /R /A /D Y
reset permissions for the file system by default:
icacls * /T /Q /C /RESET
set the initial file system permissions, registry for errors and GPOs for the workstation is not part of the domain by default:
secedit /configure /cfg %windir%infdefltbase.inf /db defltbase.sdb /verbose
Run as Administrator cmd
and type:
Goto Root disk C: :
CD
make the owner of the current user of file objects from the specified:
TAKEOWN /F C: /R /A /D Y
reset permissions for the file system by default:
icacls * /T /Q /C /RESET
set the initial file system permissions, registry for errors and GPOs for the workstation is not part of the domain by default:
secedit /configure /cfg %windir%infdefltbase.inf /db defltbase.sdb /verbose
edited Apr 17 '15 at 20:10
answered Apr 17 '15 at 19:30
STTRSTTR
5,84911317
5,84911317
1
You have not provided any explanation for your answer. What do these commands do? At present your answer is of limited value to readers who hope to understand how to resolve the issue.
– suspectus
Apr 17 '15 at 19:56
@suspectus Unfortunately, there are two lines of conduct, or to trust, relying on my integrity, or spend a lot of experimentation with the teams in a virtual machine and become the owner of the knowledge based on personal experience. Then explanations do not mean anything, because theoretically they can be false and violate your security. Updated. This may be a response to be more attractive)
– STTR
Apr 17 '15 at 20:18
add a comment |
1
You have not provided any explanation for your answer. What do these commands do? At present your answer is of limited value to readers who hope to understand how to resolve the issue.
– suspectus
Apr 17 '15 at 19:56
@suspectus Unfortunately, there are two lines of conduct, or to trust, relying on my integrity, or spend a lot of experimentation with the teams in a virtual machine and become the owner of the knowledge based on personal experience. Then explanations do not mean anything, because theoretically they can be false and violate your security. Updated. This may be a response to be more attractive)
– STTR
Apr 17 '15 at 20:18
1
1
You have not provided any explanation for your answer. What do these commands do? At present your answer is of limited value to readers who hope to understand how to resolve the issue.
– suspectus
Apr 17 '15 at 19:56
You have not provided any explanation for your answer. What do these commands do? At present your answer is of limited value to readers who hope to understand how to resolve the issue.
– suspectus
Apr 17 '15 at 19:56
@suspectus Unfortunately, there are two lines of conduct, or to trust, relying on my integrity, or spend a lot of experimentation with the teams in a virtual machine and become the owner of the knowledge based on personal experience. Then explanations do not mean anything, because theoretically they can be false and violate your security. Updated. This may be a response to be more attractive)
– STTR
Apr 17 '15 at 20:18
@suspectus Unfortunately, there are two lines of conduct, or to trust, relying on my integrity, or spend a lot of experimentation with the teams in a virtual machine and become the owner of the knowledge based on personal experience. Then explanations do not mean anything, because theoretically they can be false and violate your security. Updated. This may be a response to be more attractive)
– STTR
Apr 17 '15 at 20:18
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f902849%2fmessed-up-c-permissions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown