Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

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

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".
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

Wednesday, April 15, 2015

Get horizontal scroll and enable maximazing of window of Command Prompt (cmd) on Windows 7

  1. Open a Command Prompt (cmd.exe) by typing cmd in Start menu e.g.
  2. From inside the Command Prompt window, run wmic
  3. Right-Click the title bar of the Command Prompt window and select Properties
  4. Check QuickEdit Mode
  5. 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.