Change password daily on windows 7
Is it possible to provide for a user account a list of passwords to windows 7. The list contains one password for each day. Then when the user logs into windows up the password for today is looked up?
usecase is of private nature: Kids can get current password after finishing homework...
windows-7 login
add a comment |
Is it possible to provide for a user account a list of passwords to windows 7. The list contains one password for each day. Then when the user logs into windows up the password for today is looked up?
usecase is of private nature: Kids can get current password after finishing homework...
windows-7 login
1
I know of no way of changing a password based on a list. What you could do is disable the account, requiring your intervention, each day. But Windows offers more features to Child accounts, you can set active times, and time restrictions. Address the problem differently, allow x hours daily, but the time could be used before homework (but that’s a human problem)
– Ramhound
Feb 9 '18 at 10:20
So, access after a given time...ie 6pm or only between 6 and 7... if that is possible..
– Solar Mike
Feb 9 '18 at 11:27
add a comment |
Is it possible to provide for a user account a list of passwords to windows 7. The list contains one password for each day. Then when the user logs into windows up the password for today is looked up?
usecase is of private nature: Kids can get current password after finishing homework...
windows-7 login
Is it possible to provide for a user account a list of passwords to windows 7. The list contains one password for each day. Then when the user logs into windows up the password for today is looked up?
usecase is of private nature: Kids can get current password after finishing homework...
windows-7 login
windows-7 login
asked Feb 9 '18 at 10:07
MatthiasMatthias
1061
1061
1
I know of no way of changing a password based on a list. What you could do is disable the account, requiring your intervention, each day. But Windows offers more features to Child accounts, you can set active times, and time restrictions. Address the problem differently, allow x hours daily, but the time could be used before homework (but that’s a human problem)
– Ramhound
Feb 9 '18 at 10:20
So, access after a given time...ie 6pm or only between 6 and 7... if that is possible..
– Solar Mike
Feb 9 '18 at 11:27
add a comment |
1
I know of no way of changing a password based on a list. What you could do is disable the account, requiring your intervention, each day. But Windows offers more features to Child accounts, you can set active times, and time restrictions. Address the problem differently, allow x hours daily, but the time could be used before homework (but that’s a human problem)
– Ramhound
Feb 9 '18 at 10:20
So, access after a given time...ie 6pm or only between 6 and 7... if that is possible..
– Solar Mike
Feb 9 '18 at 11:27
1
1
I know of no way of changing a password based on a list. What you could do is disable the account, requiring your intervention, each day. But Windows offers more features to Child accounts, you can set active times, and time restrictions. Address the problem differently, allow x hours daily, but the time could be used before homework (but that’s a human problem)
– Ramhound
Feb 9 '18 at 10:20
I know of no way of changing a password based on a list. What you could do is disable the account, requiring your intervention, each day. But Windows offers more features to Child accounts, you can set active times, and time restrictions. Address the problem differently, allow x hours daily, but the time could be used before homework (but that’s a human problem)
– Ramhound
Feb 9 '18 at 10:20
So, access after a given time...ie 6pm or only between 6 and 7... if that is possible..
– Solar Mike
Feb 9 '18 at 11:27
So, access after a given time...ie 6pm or only between 6 and 7... if that is possible..
– Solar Mike
Feb 9 '18 at 11:27
add a comment |
1 Answer
1
active
oldest
votes
You could schedule a job to use the net user command to disable the account every day at a certain time. And enable it when the homework is done.
https://support.microsoft.com/en-us/help/251394/how-to-use-the-net-user-command
I did not want to go into these details really (maybe should just not have mentioned my usecase...), but with this list on my desk i can just be busy on my own until they go to visit me and fetch their password.
– Matthias
Feb 9 '18 at 13:35
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%2f1293426%2fchange-password-daily-on-windows-7%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
You could schedule a job to use the net user command to disable the account every day at a certain time. And enable it when the homework is done.
https://support.microsoft.com/en-us/help/251394/how-to-use-the-net-user-command
I did not want to go into these details really (maybe should just not have mentioned my usecase...), but with this list on my desk i can just be busy on my own until they go to visit me and fetch their password.
– Matthias
Feb 9 '18 at 13:35
add a comment |
You could schedule a job to use the net user command to disable the account every day at a certain time. And enable it when the homework is done.
https://support.microsoft.com/en-us/help/251394/how-to-use-the-net-user-command
I did not want to go into these details really (maybe should just not have mentioned my usecase...), but with this list on my desk i can just be busy on my own until they go to visit me and fetch their password.
– Matthias
Feb 9 '18 at 13:35
add a comment |
You could schedule a job to use the net user command to disable the account every day at a certain time. And enable it when the homework is done.
https://support.microsoft.com/en-us/help/251394/how-to-use-the-net-user-command
You could schedule a job to use the net user command to disable the account every day at a certain time. And enable it when the homework is done.
https://support.microsoft.com/en-us/help/251394/how-to-use-the-net-user-command
answered Feb 9 '18 at 12:18
Sean DohertySean Doherty
1
1
I did not want to go into these details really (maybe should just not have mentioned my usecase...), but with this list on my desk i can just be busy on my own until they go to visit me and fetch their password.
– Matthias
Feb 9 '18 at 13:35
add a comment |
I did not want to go into these details really (maybe should just not have mentioned my usecase...), but with this list on my desk i can just be busy on my own until they go to visit me and fetch their password.
– Matthias
Feb 9 '18 at 13:35
I did not want to go into these details really (maybe should just not have mentioned my usecase...), but with this list on my desk i can just be busy on my own until they go to visit me and fetch their password.
– Matthias
Feb 9 '18 at 13:35
I did not want to go into these details really (maybe should just not have mentioned my usecase...), but with this list on my desk i can just be busy on my own until they go to visit me and fetch their password.
– Matthias
Feb 9 '18 at 13:35
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%2f1293426%2fchange-password-daily-on-windows-7%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
1
I know of no way of changing a password based on a list. What you could do is disable the account, requiring your intervention, each day. But Windows offers more features to Child accounts, you can set active times, and time restrictions. Address the problem differently, allow x hours daily, but the time could be used before homework (but that’s a human problem)
– Ramhound
Feb 9 '18 at 10:20
So, access after a given time...ie 6pm or only between 6 and 7... if that is possible..
– Solar Mike
Feb 9 '18 at 11:27