Remove ASP.NET Machine Account from Windows 8.1 Start screen
After installing Windows 8.1 preview release, there's a ASP.NET Machine Account
at the Start screen. I don't remember seeing it before the 8.1 install. Now the question is how do I remove it from the list without removing or disabling the account?
windows windows-8.1-preview
add a comment |
After installing Windows 8.1 preview release, there's a ASP.NET Machine Account
at the Start screen. I don't remember seeing it before the 8.1 install. Now the question is how do I remove it from the list without removing or disabling the account?
windows windows-8.1-preview
add a comment |
After installing Windows 8.1 preview release, there's a ASP.NET Machine Account
at the Start screen. I don't remember seeing it before the 8.1 install. Now the question is how do I remove it from the list without removing or disabling the account?
windows windows-8.1-preview
After installing Windows 8.1 preview release, there's a ASP.NET Machine Account
at the Start screen. I don't remember seeing it before the 8.1 install. Now the question is how do I remove it from the list without removing or disabling the account?
windows windows-8.1-preview
windows windows-8.1-preview
edited Jun 28 '13 at 19:34
Canadian Luke
18.1k3090148
18.1k3090148
asked Jun 28 '13 at 6:01
Ray ChengRay Cheng
3021718
3021718
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Answer to hide this account without breaking whatever functionality it is providing:
- Press Windows+R key combination to open the Run window, type
regedit
and press Enter. - In the Register Editor window, navigate to the following registry key:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionWinlogonSpecialAccountsUserlist. If the SpecialAccounts key and Userlist keys do not exist then create them. - On the right hand side of Userlist, right-click on any blank space, and point to New -> DWORD (32-bit) Value.
- Name the new DWORD registry value name exactly with the user name used at the logon screen. (In this case,
ASP.NET Machine Account
) - Double-click on DWORD registry value, and set the value data to 0 in order to hide the account from Welcome Screen. To display the user account on Welcome Screen again so that it’s visible again, delete the registry entry, or set the value data to 1.
- Exit Registry Editor. Log off or restart computer to make the change effective.
I no longer have the preview version so couldn't verify the steps above, but it seem a good option for others still have this issue.
– Ray Cheng
Nov 5 '13 at 20:35
add a comment |
Previous answer hasn't worked for me, so I disabled Fast User Switching.
Open regedit and go to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem
Look for a value called “HideFastUserSwitching“. If it does not exist, right-click the “System” folder, select “New DWORD 32-bit value“, then type a name of “HideFastUserSwitching“. Press “Enter” to create the value.
Double-click “HideFastUserSwitching“. Change the “Value data” to “1” to disable Fast User Switching.
Source: https://social.technet.microsoft.com/Forums/en-US/e3c13fbc-f411-49e4-b9cb-1229a7b6102a/hide-a-user-account-at-windows-10-home-welcome-signin-screen-dichotomy?forum=win10itprogeneral
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%2f613070%2fremove-asp-net-machine-account-from-windows-8-1-start-screen%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Answer to hide this account without breaking whatever functionality it is providing:
- Press Windows+R key combination to open the Run window, type
regedit
and press Enter. - In the Register Editor window, navigate to the following registry key:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionWinlogonSpecialAccountsUserlist. If the SpecialAccounts key and Userlist keys do not exist then create them. - On the right hand side of Userlist, right-click on any blank space, and point to New -> DWORD (32-bit) Value.
- Name the new DWORD registry value name exactly with the user name used at the logon screen. (In this case,
ASP.NET Machine Account
) - Double-click on DWORD registry value, and set the value data to 0 in order to hide the account from Welcome Screen. To display the user account on Welcome Screen again so that it’s visible again, delete the registry entry, or set the value data to 1.
- Exit Registry Editor. Log off or restart computer to make the change effective.
I no longer have the preview version so couldn't verify the steps above, but it seem a good option for others still have this issue.
– Ray Cheng
Nov 5 '13 at 20:35
add a comment |
Answer to hide this account without breaking whatever functionality it is providing:
- Press Windows+R key combination to open the Run window, type
regedit
and press Enter. - In the Register Editor window, navigate to the following registry key:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionWinlogonSpecialAccountsUserlist. If the SpecialAccounts key and Userlist keys do not exist then create them. - On the right hand side of Userlist, right-click on any blank space, and point to New -> DWORD (32-bit) Value.
- Name the new DWORD registry value name exactly with the user name used at the logon screen. (In this case,
ASP.NET Machine Account
) - Double-click on DWORD registry value, and set the value data to 0 in order to hide the account from Welcome Screen. To display the user account on Welcome Screen again so that it’s visible again, delete the registry entry, or set the value data to 1.
- Exit Registry Editor. Log off or restart computer to make the change effective.
I no longer have the preview version so couldn't verify the steps above, but it seem a good option for others still have this issue.
– Ray Cheng
Nov 5 '13 at 20:35
add a comment |
Answer to hide this account without breaking whatever functionality it is providing:
- Press Windows+R key combination to open the Run window, type
regedit
and press Enter. - In the Register Editor window, navigate to the following registry key:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionWinlogonSpecialAccountsUserlist. If the SpecialAccounts key and Userlist keys do not exist then create them. - On the right hand side of Userlist, right-click on any blank space, and point to New -> DWORD (32-bit) Value.
- Name the new DWORD registry value name exactly with the user name used at the logon screen. (In this case,
ASP.NET Machine Account
) - Double-click on DWORD registry value, and set the value data to 0 in order to hide the account from Welcome Screen. To display the user account on Welcome Screen again so that it’s visible again, delete the registry entry, or set the value data to 1.
- Exit Registry Editor. Log off or restart computer to make the change effective.
Answer to hide this account without breaking whatever functionality it is providing:
- Press Windows+R key combination to open the Run window, type
regedit
and press Enter. - In the Register Editor window, navigate to the following registry key:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionWinlogonSpecialAccountsUserlist. If the SpecialAccounts key and Userlist keys do not exist then create them. - On the right hand side of Userlist, right-click on any blank space, and point to New -> DWORD (32-bit) Value.
- Name the new DWORD registry value name exactly with the user name used at the logon screen. (In this case,
ASP.NET Machine Account
) - Double-click on DWORD registry value, and set the value data to 0 in order to hide the account from Welcome Screen. To display the user account on Welcome Screen again so that it’s visible again, delete the registry entry, or set the value data to 1.
- Exit Registry Editor. Log off or restart computer to make the change effective.
edited Nov 5 '13 at 17:06
Canadian Luke
18.1k3090148
18.1k3090148
answered Nov 5 '13 at 17:02
MattMatt
362
362
I no longer have the preview version so couldn't verify the steps above, but it seem a good option for others still have this issue.
– Ray Cheng
Nov 5 '13 at 20:35
add a comment |
I no longer have the preview version so couldn't verify the steps above, but it seem a good option for others still have this issue.
– Ray Cheng
Nov 5 '13 at 20:35
I no longer have the preview version so couldn't verify the steps above, but it seem a good option for others still have this issue.
– Ray Cheng
Nov 5 '13 at 20:35
I no longer have the preview version so couldn't verify the steps above, but it seem a good option for others still have this issue.
– Ray Cheng
Nov 5 '13 at 20:35
add a comment |
Previous answer hasn't worked for me, so I disabled Fast User Switching.
Open regedit and go to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem
Look for a value called “HideFastUserSwitching“. If it does not exist, right-click the “System” folder, select “New DWORD 32-bit value“, then type a name of “HideFastUserSwitching“. Press “Enter” to create the value.
Double-click “HideFastUserSwitching“. Change the “Value data” to “1” to disable Fast User Switching.
Source: https://social.technet.microsoft.com/Forums/en-US/e3c13fbc-f411-49e4-b9cb-1229a7b6102a/hide-a-user-account-at-windows-10-home-welcome-signin-screen-dichotomy?forum=win10itprogeneral
add a comment |
Previous answer hasn't worked for me, so I disabled Fast User Switching.
Open regedit and go to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem
Look for a value called “HideFastUserSwitching“. If it does not exist, right-click the “System” folder, select “New DWORD 32-bit value“, then type a name of “HideFastUserSwitching“. Press “Enter” to create the value.
Double-click “HideFastUserSwitching“. Change the “Value data” to “1” to disable Fast User Switching.
Source: https://social.technet.microsoft.com/Forums/en-US/e3c13fbc-f411-49e4-b9cb-1229a7b6102a/hide-a-user-account-at-windows-10-home-welcome-signin-screen-dichotomy?forum=win10itprogeneral
add a comment |
Previous answer hasn't worked for me, so I disabled Fast User Switching.
Open regedit and go to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem
Look for a value called “HideFastUserSwitching“. If it does not exist, right-click the “System” folder, select “New DWORD 32-bit value“, then type a name of “HideFastUserSwitching“. Press “Enter” to create the value.
Double-click “HideFastUserSwitching“. Change the “Value data” to “1” to disable Fast User Switching.
Source: https://social.technet.microsoft.com/Forums/en-US/e3c13fbc-f411-49e4-b9cb-1229a7b6102a/hide-a-user-account-at-windows-10-home-welcome-signin-screen-dichotomy?forum=win10itprogeneral
Previous answer hasn't worked for me, so I disabled Fast User Switching.
Open regedit and go to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem
Look for a value called “HideFastUserSwitching“. If it does not exist, right-click the “System” folder, select “New DWORD 32-bit value“, then type a name of “HideFastUserSwitching“. Press “Enter” to create the value.
Double-click “HideFastUserSwitching“. Change the “Value data” to “1” to disable Fast User Switching.
Source: https://social.technet.microsoft.com/Forums/en-US/e3c13fbc-f411-49e4-b9cb-1229a7b6102a/hide-a-user-account-at-windows-10-home-welcome-signin-screen-dichotomy?forum=win10itprogeneral
answered Jan 12 at 17:35
janotjanot
3742520
3742520
add a comment |
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%2f613070%2fremove-asp-net-machine-account-from-windows-8-1-start-screen%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