EzDevInfo.com

shortcuts interview questions

Top shortcuts frequently asked interview questions

How to run a batch file without launching a "command window"?

On Windows XP, can I run a batch (.bat or .cmd) file, via a shortcut, without a "black window"?


Source: (StackOverflow)

How to pin either a Shortcut or a Batch file to the new Windows 7, 8 and 10 Taskbar and start menu?

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)

Advertisements

How can I get to the recycle bin without the desktop icon in windows 7?

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)

Any shortcut for "cd .."?

Is there any shortcut for cd ..?


Source: (StackOverflow)

Vim in OSX: How to do page-up/page-down/go to EOL through a vim file opened in terminal?

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)

What is the difference between Symbolic Link and Shortcut?

What is the difference between a Symbolic Link and a Shortcut?


Source: (StackOverflow)

How to make a shortcut from CMD?

How can I create a shortcut file (.lnk) to another file or executable, using command line utilities?


Source: (StackOverflow)

What's the logic behind the "W" in Control+W to close a Tab in IE?

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 shortcut to iterate through Excel's worksheet tabs?

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)

How to create a desktop shortcut to a Windows 8 Modern UI app?

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)

A putty shortcut that automatically launches a profile?

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)

How do you duplicate current open Finder view?

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)

How to reset shortcuts (.lnk file) in Windows 7?

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)

slow windows desktop keyboard shortcuts

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)