windows – Page 2 – POFTUT

What Version Of Windows Do I Have?

We are all using Windows operating system. I am actually using Linux operating system named Fedora but as you expect I use Windows operating systems too. Windows operating systems are popular and supported for a long time after their releases. This makes the IT environment very homogeneous about Windows operating system version. A middle-size IT … Read more

Windows Ipconfig Command Tutorial With Examples To List, Change, Renew IP Configuration

Windows Ipconfig Command Tutorial With Examples To List, Change, Renew IP Configuration

ipconfig command provides basic network management functionalities about Windows operating systems like Windows Server and Windows Desktop families. With ipconfig command IP address information about network interfaces can be listed, changed or DNS cache can be flushed. In this tutorial, we will look at these usage examples. ipconfig Command Help Ipconfig command uses default Windows-style … Read more

What is Microsoft Powershell ? How Can I Automate Tasks?

PowerShell is a task automation and configuration management provided by Microsoft for Windows Operating systems. Powershell provides interactive shell for issuing commands. Powershell platform also provides scripting language. Powershell have access to the underlying operating system components like COM , WMI WS-Management etc. Powershell is developed in .Net framework. Versions Powershell started developing in 2003 but it takes … Read more

How To Find Python Version?

I want to run some python scripts but want to learn version of the python installed on the system. How can I do that? This works almost all operating systems from Windows to Linux, from Mac OS to Bsd. Get Version Of Default Python Interpreter We can get default python interpreter version like below. As … Read more

How To Prevent Security Policy Enforced Screen Lock in Windows

We are all believe security. But sometimes security become a bottleneck for our productivity. Enterprises generally put automatic screen lock after idle time for windows operating systems by using security policy. I think this is very good enforcement because I see a lot of workers do not mind this type of security measures. But when … Read more

How To Find Out Which Proccess is Listening On A Port for Windows?

System or Network administrators looks ports and applications to solve problems. Getting port and application info in Linux can be done lsof command. But in Windows? netstat is a very popular and useful tool used to get network and port-related information. List Listening Port with netstat Command We will use <a href=”https://www.poftut.com/how-to-check-and-list-listening-ports-with-netstat-in-linux/” target=”_blank” rel=”noopener noreferrer”>netstat</a> … Read more