mode con lines=32766
http://stackoverflow.com/questions/4692673/how-to-change-screen-buffer-size-in-dos-command-prompt-from-batch-script
Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts
Monday, February 1, 2016
Friday, January 29, 2016
WINDOWS - port, process PID tracking with CurrPorts application
If you need to track on WINDOWS which process PID is running on which port, consider to use:
CurrPorts (CPorts) application:
http://www.download3k.com/Install-CurrPorts.html
CurrPorts (CPorts) application:
http://www.download3k.com/Install-CurrPorts.html
Tuesday, November 17, 2015
CHROME - blur issues in Windows 8
Only Chrome:
By default Chrome has a strange blur in Windows 8.
How to fix it: in Chrome properties check "Disable display scaling".
By default Chrome has a strange blur in Windows 8.
How to fix it: in Chrome properties check "Disable display scaling".
That's all. Here is more: https://productforums.google.com/forum/#!topic/chrome/9DnjIpD3xoE
Across all Windows 8:
In order to remove blur over all Windows applications go to Display settings and set scaling to 100% (default is 120%). See here: http://www.thewindowsclub.com/fonts-appear-blurred-windows-8
Across all Windows 8:
In order to remove blur over all Windows applications go to Display settings and set scaling to 100% (default is 120%). See here: http://www.thewindowsclub.com/fonts-appear-blurred-windows-8
Sunday, May 10, 2015
Wednesday, April 15, 2015
Get horizontal scroll and enable maximazing of window of Command Prompt (cmd) on Windows 7
- Open a Command Prompt (cmd.exe) by typing cmd in Start menu e.g.
- From inside the Command Prompt window, run wmic
- Right-Click the title bar of the Command Prompt window and select Properties
- Check QuickEdit Mode
- Exit the Command Prompt
All subsequent launches of the command prompt will have a horizontal scroll bar and support maximizing the window.
Tuesday, April 14, 2015
Trigger the Volume Control on Windows with shortcut
Right click on a empty area on desktop, and click on New and Shortcut.
Paste the following in to the location of the item area:-
%windir%\System32\SndVol.exe -f 49825268
Click Next button and give a name to the Shortcut and click Finish.
Now You right click on it and select Properties.
Click Shortcut tab.
Assign your desired shortcut key like F8 or F9 in the Shortcut Key area.
Click OK/Apply.
Paste the following in to the location of the item area:-
%windir%\System32\SndVol.exe -f 49825268
Click Next button and give a name to the Shortcut and click Finish.
Now You right click on it and select Properties.
Click Shortcut tab.
Assign your desired shortcut key like F8 or F9 in the Shortcut Key area.
Click OK/Apply.
Friday, December 6, 2013
Monday, December 2, 2013
How to list all runnung processes (PID) with ports on Windows
List all running PID with ports:
netstat -ano
Kill process:
taskkill /PID ##### /F
netstat -ano
Kill process:
taskkill /PID ##### /F
Subscribe to:
Posts (Atom)