Unable to right click on the cmd windows prompt
I am unable to right click on the cmd windows prompt in order to paste something there. How can I fix this problem?
Thanks
cmd.exe
add a comment |
I am unable to right click on the cmd windows prompt in order to paste something there. How can I fix this problem?
Thanks
cmd.exe
Which version of Windows?
– adampski
Sep 24 '16 at 15:42
When you get a chance, look over Accept Answers so ensure you understand how that works for the answer that works for you.
– Pimp Juice IT
Mar 18 '17 at 3:51
add a comment |
I am unable to right click on the cmd windows prompt in order to paste something there. How can I fix this problem?
Thanks
cmd.exe
I am unable to right click on the cmd windows prompt in order to paste something there. How can I fix this problem?
Thanks
cmd.exe
cmd.exe
asked Sep 24 '16 at 15:40
thiernothierno
613
613
Which version of Windows?
– adampski
Sep 24 '16 at 15:42
When you get a chance, look over Accept Answers so ensure you understand how that works for the answer that works for you.
– Pimp Juice IT
Mar 18 '17 at 3:51
add a comment |
Which version of Windows?
– adampski
Sep 24 '16 at 15:42
When you get a chance, look over Accept Answers so ensure you understand how that works for the answer that works for you.
– Pimp Juice IT
Mar 18 '17 at 3:51
Which version of Windows?
– adampski
Sep 24 '16 at 15:42
Which version of Windows?
– adampski
Sep 24 '16 at 15:42
When you get a chance, look over Accept Answers so ensure you understand how that works for the answer that works for you.
– Pimp Juice IT
Mar 18 '17 at 3:51
When you get a chance, look over Accept Answers so ensure you understand how that works for the answer that works for you.
– Pimp Juice IT
Mar 18 '17 at 3:51
add a comment |
1 Answer
1
active
oldest
votes
CMD Shell
In Windows 10 the standard Ctrl-X & Ctrl-C shortcuts are supported.
For earlier versions of Windows you can enable QuickEdit cut and paste
at the Command Prompt as follows:
Activate the control menu at the top left of the current cmd window,
go to Properties, Options tab and then tick against QuickEdit Mode.
Now you can select text with the mouse and hit Enter (or right click)
to copy it to the clipboard. Paste anywhere using Control+V (or Right
Click) or via the menu.
ESC will cancel any selection and return to editing mode. When copying
between windows, you need one click to select the window and a second
click to paste.
source
Windows 10
Right-click on the command prompt window title bar, select Properties, from Options, be sure to check the Insert Mode option to have the Paste option available from the command prompt with a right-click. Optionally, if you also select the QuickEdit Mode and have it checked, when you right-click in the command window, it'll paste what you have copied without needing to select the paste option.


Other Windows Versions
You will basically follow the same instructions as above on other versions of Windows for the cmd.exe properties but the Edit Options location will look a little different, but checking the Insert Mode and Quick Edit options will give you the same results/functionality.

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%2f1127881%2funable-to-right-click-on-the-cmd-windows-prompt%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
CMD Shell
In Windows 10 the standard Ctrl-X & Ctrl-C shortcuts are supported.
For earlier versions of Windows you can enable QuickEdit cut and paste
at the Command Prompt as follows:
Activate the control menu at the top left of the current cmd window,
go to Properties, Options tab and then tick against QuickEdit Mode.
Now you can select text with the mouse and hit Enter (or right click)
to copy it to the clipboard. Paste anywhere using Control+V (or Right
Click) or via the menu.
ESC will cancel any selection and return to editing mode. When copying
between windows, you need one click to select the window and a second
click to paste.
source
Windows 10
Right-click on the command prompt window title bar, select Properties, from Options, be sure to check the Insert Mode option to have the Paste option available from the command prompt with a right-click. Optionally, if you also select the QuickEdit Mode and have it checked, when you right-click in the command window, it'll paste what you have copied without needing to select the paste option.


Other Windows Versions
You will basically follow the same instructions as above on other versions of Windows for the cmd.exe properties but the Edit Options location will look a little different, but checking the Insert Mode and Quick Edit options will give you the same results/functionality.

add a comment |
CMD Shell
In Windows 10 the standard Ctrl-X & Ctrl-C shortcuts are supported.
For earlier versions of Windows you can enable QuickEdit cut and paste
at the Command Prompt as follows:
Activate the control menu at the top left of the current cmd window,
go to Properties, Options tab and then tick against QuickEdit Mode.
Now you can select text with the mouse and hit Enter (or right click)
to copy it to the clipboard. Paste anywhere using Control+V (or Right
Click) or via the menu.
ESC will cancel any selection and return to editing mode. When copying
between windows, you need one click to select the window and a second
click to paste.
source
Windows 10
Right-click on the command prompt window title bar, select Properties, from Options, be sure to check the Insert Mode option to have the Paste option available from the command prompt with a right-click. Optionally, if you also select the QuickEdit Mode and have it checked, when you right-click in the command window, it'll paste what you have copied without needing to select the paste option.


Other Windows Versions
You will basically follow the same instructions as above on other versions of Windows for the cmd.exe properties but the Edit Options location will look a little different, but checking the Insert Mode and Quick Edit options will give you the same results/functionality.

add a comment |
CMD Shell
In Windows 10 the standard Ctrl-X & Ctrl-C shortcuts are supported.
For earlier versions of Windows you can enable QuickEdit cut and paste
at the Command Prompt as follows:
Activate the control menu at the top left of the current cmd window,
go to Properties, Options tab and then tick against QuickEdit Mode.
Now you can select text with the mouse and hit Enter (or right click)
to copy it to the clipboard. Paste anywhere using Control+V (or Right
Click) or via the menu.
ESC will cancel any selection and return to editing mode. When copying
between windows, you need one click to select the window and a second
click to paste.
source
Windows 10
Right-click on the command prompt window title bar, select Properties, from Options, be sure to check the Insert Mode option to have the Paste option available from the command prompt with a right-click. Optionally, if you also select the QuickEdit Mode and have it checked, when you right-click in the command window, it'll paste what you have copied without needing to select the paste option.


Other Windows Versions
You will basically follow the same instructions as above on other versions of Windows for the cmd.exe properties but the Edit Options location will look a little different, but checking the Insert Mode and Quick Edit options will give you the same results/functionality.

CMD Shell
In Windows 10 the standard Ctrl-X & Ctrl-C shortcuts are supported.
For earlier versions of Windows you can enable QuickEdit cut and paste
at the Command Prompt as follows:
Activate the control menu at the top left of the current cmd window,
go to Properties, Options tab and then tick against QuickEdit Mode.
Now you can select text with the mouse and hit Enter (or right click)
to copy it to the clipboard. Paste anywhere using Control+V (or Right
Click) or via the menu.
ESC will cancel any selection and return to editing mode. When copying
between windows, you need one click to select the window and a second
click to paste.
source
Windows 10
Right-click on the command prompt window title bar, select Properties, from Options, be sure to check the Insert Mode option to have the Paste option available from the command prompt with a right-click. Optionally, if you also select the QuickEdit Mode and have it checked, when you right-click in the command window, it'll paste what you have copied without needing to select the paste option.


Other Windows Versions
You will basically follow the same instructions as above on other versions of Windows for the cmd.exe properties but the Edit Options location will look a little different, but checking the Insert Mode and Quick Edit options will give you the same results/functionality.

answered Sep 24 '16 at 16:12
Pimp Juice ITPimp Juice IT
24k113973
24k113973
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%2f1127881%2funable-to-right-click-on-the-cmd-windows-prompt%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
Which version of Windows?
– adampski
Sep 24 '16 at 15:42
When you get a chance, look over Accept Answers so ensure you understand how that works for the answer that works for you.
– Pimp Juice IT
Mar 18 '17 at 3:51