First of all this is about windows. If you ever have multiple key and you want to login using password you will have this password by default . I was searching how to disable this, but there is no click . So the easy way is to create a shortcut , edit and add to the target this parameter -noagent . After you start the putty using that shortcut , you will have the pageant disabled .
February 2, 2021
September 6, 2018
How to find out laptop model in windows
Well beside stickers one command could be
wmic csproduct get name
May 28, 2012
How to find out your resolution from windows cmd
Today someone ask me if I know hot to find out what resolution is set on windows but using cmd command.
So here it is:
C:\Users\xxxxx>cmd /c wmic desktopmonitor get screenheight, screenwidth
ScreenHeight ScreenWidth
1050 1680