shortcuts interview questions
Top shortcuts frequently asked interview questions
On Windows XP, can I run a batch (.bat or .cmd) file, via a shortcut, without a "black window"?
Source: (StackOverflow)
We are having trouble adding our batch scripts to the Windows 7, 8 or 10 taskbar or start menu.
Our batchfiles take some arguments and just execute other application based on those arguments .
To keep it simple, we created some shortcuts for our customers which they just need to click in order to get everything running.
The question here is: How can we pin those shortcuts or batch files to the taskbar or start menu?
(The customers aren't supposed to access the file system and that's why they can only see the taskbar)
Source: (StackOverflow)
I hate having anything on my desktop. I usually remove all the icons from the desktop, even the recycle bin. Occasionally I need to access the recycle bin, but having to re-enable the icon just to open it, is annoying.
I was hoping I could use the windows search bar built into the start menu but typing "recycle" or "recycle bin", but that returns nothing.
How else can I access the recycle bin without using the desktop icon?
Source: (StackOverflow)
In putty, which is how I primarily used VIM, I could do the following:
- Page up/down : Using the native Page up/down key. In Mac, the alternative is Fn + Up/Down, which doesn't work in the terminal (doesn't scroll inside the vim file, but scrolls the terminal buffer)
- Similarly, the Fn + right/left keys do not take me to start/end of line
How do I emulate this functionality in Mac OS X ?
Source: (StackOverflow)
How can I create a shortcut file (.lnk
) to another file or executable, using command line utilities?
Source: (StackOverflow)
I like to make connections so I can remember keyboard shortcuts. I get Ctrl+T to open a new tab - but what's the logic behind Ctrl+W to close one?
Source: (StackOverflow)
Is there any keyboard shortcut to iterate through Excel's worksheet tabs more easily?
Maybe something that would allow me to see all the tabs together and select one of them to switch to it.
Source: (StackOverflow)
I am using Windows 8 at the moment and I was wondering if there is a way to make a shortcut to a Modern UI (formerly known as Metro UI) application on my desktop.
Source: (StackOverflow)
How can I create a putty shortcut that automatically launches a profile, so I can dial into a specific computer with one click?
Source: (StackOverflow)
I often have a window where i want to drag and drop to a parent folder, and i need another finder window, so i open a new one and need to browse back to where the other window is ...
Source: (StackOverflow)
Somehow I went to open a shortcut and Windows couldn't find the target but instead of pointing the shortcut to the .exe
it pointed the .lnk
file handler to the .exe
, so now all my .lnk
files are trying to be opened by the borderlands game.
What's going on?
I'm guessing I can do it by resetting the .lnk
entry in HKEY_CLASSES_ROOT
, but I don't know what to set it to.
Source: (StackOverflow)
I've got a couple of shortcuts on my desktop and on some of them I've configured the "Shortcut key" to a keyboard combination. For example I have a shortcut pointing to d:\documents\todo.txt
and I've set Shift + Alt + T. This naturally opens up using notepad.
Double-clicking on the icon always opens up the text file immediately. Using the keyboard shortcut though is sometimes very (5-10 seconds) slow. Note that during that time CPU utilization does not rise.
This happens to all my machines (both old and new ultra fast boxes) in Windows XP (various versions) and Windows 7.
There are tons of questions about this but no solution.
Is there an explanation and solution to this problem?
Edit: The behavior is not consistent. I have 30 desktop shortcut and 5 of them have keyboard shortcuts assigned. I'm not interested in software alternatives for this Windows functionality. I want to know what the problem is and how to solve it.
Source: (StackOverflow)