Adjusting mouse speed on login screen
I recently bought a new mouse due to the old one dying, and the new one is quite a bit faster than what I'm used to, causing me to overshoot by a lot whenever I go to click on something. I was able to find out that speed can be adjusted using the 'Mouse' program, which allowed me to resolve my issue for most things, however this only seems to apply when logged into my user account. It doesn't seem to affect things such as the login page or other user accounts. Is there some global setting I can change somewhere that will make this apply to everything?
I am using Windows 7 and an administrator account.
My new mouse is a Logitech M100R corded optical mouse.
The mouse speed was adjusted by going to Control Panel -> Mouse -> Pointer Options -> Motion, then dragging the slider to a lower speed setting.
windows-7 mouse
add a comment |
I recently bought a new mouse due to the old one dying, and the new one is quite a bit faster than what I'm used to, causing me to overshoot by a lot whenever I go to click on something. I was able to find out that speed can be adjusted using the 'Mouse' program, which allowed me to resolve my issue for most things, however this only seems to apply when logged into my user account. It doesn't seem to affect things such as the login page or other user accounts. Is there some global setting I can change somewhere that will make this apply to everything?
I am using Windows 7 and an administrator account.
My new mouse is a Logitech M100R corded optical mouse.
The mouse speed was adjusted by going to Control Panel -> Mouse -> Pointer Options -> Motion, then dragging the slider to a lower speed setting.
windows-7 mouse
add a comment |
I recently bought a new mouse due to the old one dying, and the new one is quite a bit faster than what I'm used to, causing me to overshoot by a lot whenever I go to click on something. I was able to find out that speed can be adjusted using the 'Mouse' program, which allowed me to resolve my issue for most things, however this only seems to apply when logged into my user account. It doesn't seem to affect things such as the login page or other user accounts. Is there some global setting I can change somewhere that will make this apply to everything?
I am using Windows 7 and an administrator account.
My new mouse is a Logitech M100R corded optical mouse.
The mouse speed was adjusted by going to Control Panel -> Mouse -> Pointer Options -> Motion, then dragging the slider to a lower speed setting.
windows-7 mouse
I recently bought a new mouse due to the old one dying, and the new one is quite a bit faster than what I'm used to, causing me to overshoot by a lot whenever I go to click on something. I was able to find out that speed can be adjusted using the 'Mouse' program, which allowed me to resolve my issue for most things, however this only seems to apply when logged into my user account. It doesn't seem to affect things such as the login page or other user accounts. Is there some global setting I can change somewhere that will make this apply to everything?
I am using Windows 7 and an administrator account.
My new mouse is a Logitech M100R corded optical mouse.
The mouse speed was adjusted by going to Control Panel -> Mouse -> Pointer Options -> Motion, then dragging the slider to a lower speed setting.
windows-7 mouse
windows-7 mouse
edited Feb 2 at 13:39
Steven
23.4k1076109
23.4k1076109
asked Jan 26 at 9:34
UlyssesUlysses
1086
1086
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Your mouse settings are stored in the registry at:
HKEY_CURRENT_USERControl PanelMouse
The login screen mouse settings are stored at:
HKEY_USERS.DEFAULTControl PanelMouse
The sensitivity value is named MouseSensitivity. For only sensitivity, you can create / modify that REG_SZ value. For all mouse settings, you can export the key (folder) to a .reg file, edit the registry path in Notepad, then import it back in.
This worked perfectly. Thank you very much for your help.
– Ulysses
Jan 26 at 15:15
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%2f1398672%2fadjusting-mouse-speed-on-login-screen%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
Your mouse settings are stored in the registry at:
HKEY_CURRENT_USERControl PanelMouse
The login screen mouse settings are stored at:
HKEY_USERS.DEFAULTControl PanelMouse
The sensitivity value is named MouseSensitivity. For only sensitivity, you can create / modify that REG_SZ value. For all mouse settings, you can export the key (folder) to a .reg file, edit the registry path in Notepad, then import it back in.
This worked perfectly. Thank you very much for your help.
– Ulysses
Jan 26 at 15:15
add a comment |
Your mouse settings are stored in the registry at:
HKEY_CURRENT_USERControl PanelMouse
The login screen mouse settings are stored at:
HKEY_USERS.DEFAULTControl PanelMouse
The sensitivity value is named MouseSensitivity. For only sensitivity, you can create / modify that REG_SZ value. For all mouse settings, you can export the key (folder) to a .reg file, edit the registry path in Notepad, then import it back in.
This worked perfectly. Thank you very much for your help.
– Ulysses
Jan 26 at 15:15
add a comment |
Your mouse settings are stored in the registry at:
HKEY_CURRENT_USERControl PanelMouse
The login screen mouse settings are stored at:
HKEY_USERS.DEFAULTControl PanelMouse
The sensitivity value is named MouseSensitivity. For only sensitivity, you can create / modify that REG_SZ value. For all mouse settings, you can export the key (folder) to a .reg file, edit the registry path in Notepad, then import it back in.
Your mouse settings are stored in the registry at:
HKEY_CURRENT_USERControl PanelMouse
The login screen mouse settings are stored at:
HKEY_USERS.DEFAULTControl PanelMouse
The sensitivity value is named MouseSensitivity. For only sensitivity, you can create / modify that REG_SZ value. For all mouse settings, you can export the key (folder) to a .reg file, edit the registry path in Notepad, then import it back in.
answered Jan 26 at 14:10
StevenSteven
23.4k1076109
23.4k1076109
This worked perfectly. Thank you very much for your help.
– Ulysses
Jan 26 at 15:15
add a comment |
This worked perfectly. Thank you very much for your help.
– Ulysses
Jan 26 at 15:15
This worked perfectly. Thank you very much for your help.
– Ulysses
Jan 26 at 15:15
This worked perfectly. Thank you very much for your help.
– Ulysses
Jan 26 at 15:15
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%2f1398672%2fadjusting-mouse-speed-on-login-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