Windows Vista command line tips
In the below site you can find lot of command line tips that are applicable to all versions of Windows OS including Windows Vista. Click on the link to know the tips.
Command line tips on Windows vista
In the below site you can find lot of command line tips that are applicable to all versions of Windows OS including Windows Vista. Click on the link to know the tips.
Command line tips on Windows vista
posted on Tuesday, November 03, 2009
We can use Alt-Tab to switch the windows in the old fashion i.e the way we used to do it in Windows XP. To see the windows switch in 3D use Windows - Tab key combination. Hold Windows key pressed and then keep on pressing the Tab key. You can see the windows moving to the front one by one in 3D. When you see the desired window in the front position stop pressing tab and release Windows key. This one will become your active window now.
posted on Saturday, October 24, 2009
posted on Saturday, August 22, 2009
We usually open task manager by pressing Ctrl-Alt-Delete and then selecting task manager. We can open it from Run window also by executing taskmgr.
posted on Tuesday, July 14, 2009
Labels: Windows shortcuts
We usually open control panel through start menu. We can open it from Run window also by typing control panel in the run window and then pressing Enter.
posted on Tuesday, July 14, 2009
Labels: Windows shortcuts
For people who prefer to use keyboard rather than mouse, below are some shortcuts for most common actions while using Firefox web browser.
Open new tab | Ctrl -T |
Close tab | Ctrl - W |
Open history | Ctrl - H |
Open Downloads windows | Ctrl -J |
Bookmark current opened page | Ctrl - D |
Open New window | Ctrl - N |
Close Window | Ctrl - W |
Zoom in/Increase font size | Ctrl + |
Zoom out/decrease font size | Ctrl - |
Clear Private data(cache/form data/ search data/ History/saved passwords) | Ctrl - Shift - Delete |
posted on Saturday, May 23, 2009
Below is the list of commonly used windbg commands. You can also see the syntax of these commands.
Command | Description | Syntax |
BP | Create break point |
|
BL | List the breakpoints | Bl |
BC | Cancel break point | BC breakpoint_no (Breakpoint number can be obtained by doing bl) |
K | Show current call stack | k |
g | Continue with execution | g |
P | Execute the next statement and break in | p |
T | Same as above but steps in if it is a function call | t |
!analyze -v | Analyze the crash | !analyze -v |
Gu | Step out of the current function | gu |
R | Display the register values | r |
Db | Display the value at given address as byte | Db data_address |
DW | Display the value at given address as word | Dw data_address |
.sympath | Set the symbols path | .sympath symbols_location |
.srcpath | Set source code path | .srcpath source_code_location |
.process | Change the context to the process at the given address | .process process_address |
.thread | Change the context to the thread at the given address | .thread thread_address |
posted on Wednesday, May 20, 2009
Blogger Templates by OurBlogTemplates.com 2008