Remove shortcut key command from unknown windows shortcut












0














The title is a bit unclear, but I've been playing around with keyboard shortcuts trying to find a way to launch a PowerShell script with a keyboard shortcut. I created the script, made a shortcut to said script, and then added a keyboard shortcut to that script shortcut. After some trial and error I finally made it work so I removed all the non-functioning versions of the script and their shortcuts.



The problem I have now is that Ctrl + Alt + 2 starts a PowerShell instance even though I've removed the original shortcut with that specific shortcut key command (or so I believe). This makes it impossible to write an @ sign because it instead opens a PowerShell instance when using AltGr + 2. I have tried creating a separate shortcut for a separate program and using Ctrl + Alt + 2 for that one in the hopes of overwriting the opening of PowerShell instance but to no avail.



Is there any way to find out which user-defined shortcuts I have in my operating system? Or at least, find some form of list of all the used shortcuts within the OS (Windows 10) and then edit them from there? I know this is possible on an in-application level (like editing shortcuts within Word or Excel for example) but I would need something similar on a global level.



A way to reset global hotkeys could also work, but that would reset other hotkeys that have been assigned. If this is the only way then I'll bite the bullet on this one but hopefully there's a way to only override a specific shortcut.










share|improve this question




















  • 1




    Post your edit 2 as an answer, and you can eventually accept it too
    – djsmiley2k
    Apr 20 '17 at 14:36










  • Good idea :) This is not 'verified on an MSDN level' type of certainty though, but it is what worked for me. Not sure if those answers are too appreciated but I'll give it a go :) Thanks!
    – MagneTism
    Apr 20 '17 at 14:50










  • You can enumerate shortcut files with hotkeys
    – LotPings
    Apr 20 '17 at 16:47
















0














The title is a bit unclear, but I've been playing around with keyboard shortcuts trying to find a way to launch a PowerShell script with a keyboard shortcut. I created the script, made a shortcut to said script, and then added a keyboard shortcut to that script shortcut. After some trial and error I finally made it work so I removed all the non-functioning versions of the script and their shortcuts.



The problem I have now is that Ctrl + Alt + 2 starts a PowerShell instance even though I've removed the original shortcut with that specific shortcut key command (or so I believe). This makes it impossible to write an @ sign because it instead opens a PowerShell instance when using AltGr + 2. I have tried creating a separate shortcut for a separate program and using Ctrl + Alt + 2 for that one in the hopes of overwriting the opening of PowerShell instance but to no avail.



Is there any way to find out which user-defined shortcuts I have in my operating system? Or at least, find some form of list of all the used shortcuts within the OS (Windows 10) and then edit them from there? I know this is possible on an in-application level (like editing shortcuts within Word or Excel for example) but I would need something similar on a global level.



A way to reset global hotkeys could also work, but that would reset other hotkeys that have been assigned. If this is the only way then I'll bite the bullet on this one but hopefully there's a way to only override a specific shortcut.










share|improve this question




















  • 1




    Post your edit 2 as an answer, and you can eventually accept it too
    – djsmiley2k
    Apr 20 '17 at 14:36










  • Good idea :) This is not 'verified on an MSDN level' type of certainty though, but it is what worked for me. Not sure if those answers are too appreciated but I'll give it a go :) Thanks!
    – MagneTism
    Apr 20 '17 at 14:50










  • You can enumerate shortcut files with hotkeys
    – LotPings
    Apr 20 '17 at 16:47














0












0








0







The title is a bit unclear, but I've been playing around with keyboard shortcuts trying to find a way to launch a PowerShell script with a keyboard shortcut. I created the script, made a shortcut to said script, and then added a keyboard shortcut to that script shortcut. After some trial and error I finally made it work so I removed all the non-functioning versions of the script and their shortcuts.



The problem I have now is that Ctrl + Alt + 2 starts a PowerShell instance even though I've removed the original shortcut with that specific shortcut key command (or so I believe). This makes it impossible to write an @ sign because it instead opens a PowerShell instance when using AltGr + 2. I have tried creating a separate shortcut for a separate program and using Ctrl + Alt + 2 for that one in the hopes of overwriting the opening of PowerShell instance but to no avail.



Is there any way to find out which user-defined shortcuts I have in my operating system? Or at least, find some form of list of all the used shortcuts within the OS (Windows 10) and then edit them from there? I know this is possible on an in-application level (like editing shortcuts within Word or Excel for example) but I would need something similar on a global level.



A way to reset global hotkeys could also work, but that would reset other hotkeys that have been assigned. If this is the only way then I'll bite the bullet on this one but hopefully there's a way to only override a specific shortcut.










share|improve this question















The title is a bit unclear, but I've been playing around with keyboard shortcuts trying to find a way to launch a PowerShell script with a keyboard shortcut. I created the script, made a shortcut to said script, and then added a keyboard shortcut to that script shortcut. After some trial and error I finally made it work so I removed all the non-functioning versions of the script and their shortcuts.



The problem I have now is that Ctrl + Alt + 2 starts a PowerShell instance even though I've removed the original shortcut with that specific shortcut key command (or so I believe). This makes it impossible to write an @ sign because it instead opens a PowerShell instance when using AltGr + 2. I have tried creating a separate shortcut for a separate program and using Ctrl + Alt + 2 for that one in the hopes of overwriting the opening of PowerShell instance but to no avail.



Is there any way to find out which user-defined shortcuts I have in my operating system? Or at least, find some form of list of all the used shortcuts within the OS (Windows 10) and then edit them from there? I know this is possible on an in-application level (like editing shortcuts within Word or Excel for example) but I would need something similar on a global level.



A way to reset global hotkeys could also work, but that would reset other hotkeys that have been assigned. If this is the only way then I'll bite the bullet on this one but hopefully there's a way to only override a specific shortcut.







windows keyboard keyboard-shortcuts powershell shortcuts






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 17 '18 at 18:44









Twisty Impersonator

18k146596




18k146596










asked Apr 20 '17 at 14:19









MagneTismMagneTism

2372516




2372516








  • 1




    Post your edit 2 as an answer, and you can eventually accept it too
    – djsmiley2k
    Apr 20 '17 at 14:36










  • Good idea :) This is not 'verified on an MSDN level' type of certainty though, but it is what worked for me. Not sure if those answers are too appreciated but I'll give it a go :) Thanks!
    – MagneTism
    Apr 20 '17 at 14:50










  • You can enumerate shortcut files with hotkeys
    – LotPings
    Apr 20 '17 at 16:47














  • 1




    Post your edit 2 as an answer, and you can eventually accept it too
    – djsmiley2k
    Apr 20 '17 at 14:36










  • Good idea :) This is not 'verified on an MSDN level' type of certainty though, but it is what worked for me. Not sure if those answers are too appreciated but I'll give it a go :) Thanks!
    – MagneTism
    Apr 20 '17 at 14:50










  • You can enumerate shortcut files with hotkeys
    – LotPings
    Apr 20 '17 at 16:47








1




1




Post your edit 2 as an answer, and you can eventually accept it too
– djsmiley2k
Apr 20 '17 at 14:36




Post your edit 2 as an answer, and you can eventually accept it too
– djsmiley2k
Apr 20 '17 at 14:36












Good idea :) This is not 'verified on an MSDN level' type of certainty though, but it is what worked for me. Not sure if those answers are too appreciated but I'll give it a go :) Thanks!
– MagneTism
Apr 20 '17 at 14:50




Good idea :) This is not 'verified on an MSDN level' type of certainty though, but it is what worked for me. Not sure if those answers are too appreciated but I'll give it a go :) Thanks!
– MagneTism
Apr 20 '17 at 14:50












You can enumerate shortcut files with hotkeys
– LotPings
Apr 20 '17 at 16:47




You can enumerate shortcut files with hotkeys
– LotPings
Apr 20 '17 at 16:47










1 Answer
1






active

oldest

votes


















2














So, I found the answer myself when looking around a bit further. Even though I removed the actual shortcut containing the shortcut key command this was not registered in the operating system. Only after restarting the computer did the change actually get registered. Hopefully this helps others in similar situations.






share|improve this answer





















    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
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1201601%2fremove-shortcut-key-command-from-unknown-windows-shortcut%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









    2














    So, I found the answer myself when looking around a bit further. Even though I removed the actual shortcut containing the shortcut key command this was not registered in the operating system. Only after restarting the computer did the change actually get registered. Hopefully this helps others in similar situations.






    share|improve this answer


























      2














      So, I found the answer myself when looking around a bit further. Even though I removed the actual shortcut containing the shortcut key command this was not registered in the operating system. Only after restarting the computer did the change actually get registered. Hopefully this helps others in similar situations.






      share|improve this answer
























        2












        2








        2






        So, I found the answer myself when looking around a bit further. Even though I removed the actual shortcut containing the shortcut key command this was not registered in the operating system. Only after restarting the computer did the change actually get registered. Hopefully this helps others in similar situations.






        share|improve this answer












        So, I found the answer myself when looking around a bit further. Even though I removed the actual shortcut containing the shortcut key command this was not registered in the operating system. Only after restarting the computer did the change actually get registered. Hopefully this helps others in similar situations.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 20 '17 at 14:51









        MagneTismMagneTism

        2372516




        2372516






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1201601%2fremove-shortcut-key-command-from-unknown-windows-shortcut%23new-answer', 'question_page');
            }
            );

            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







            Popular posts from this blog

            If I really need a card on my start hand, how many mulligans make sense? [duplicate]

            Alcedinidae

            Can an atomic nucleus contain both particles and antiparticles? [duplicate]