windows – POFTUT

Operating Systems List

Operating Systems List

Operating systems are an important part of today’s IT systems. During history, different types of operating systems are developed with different methodologies, licenses, prices, and features. Even most of us do not know there are hundreds of operating systems where only a dozen of them continued and most of them vanished. What Is Operating System? … Read more

How To Rotate Screen In Windows 7,8,10?

How To Rotate Screen In Windows 7,8,10?

Windows operating system provides different monitors or screen orientations for different cases. We can rotate integrated or external monitors easily by using different methods like Display Settings, Hotkeys, Intel Graphic Settings, NVIDIA Control Panel, or 3rd Party Application. Sideways Screen Problem While typing with the keyboard using shortcuts is a very easy way to accomplish … Read more

How To Change Windows Password In Different Ways?

How To Change Windows Password In Different Ways?

There are some good reasons to change or reset a Windows operating system password. Windows passwords can be changed in different ways for different Windows versions like Windows XP, Windows 10, etc. In this tutorial, we will learn how to change or reset Windows password from User Account Control, PC Settings, Computer Management, Command Line … Read more

What Is an Operating System (OS)?

What Is an Operating System (OS)?

An operating system is a software that is used to operate, use computer or server hardware, and provide these sources to the user applications. Operating systems is an intermediate software which is very important for computers and servers because it provides a lot of different services to the user side applications. Operating System History Operating … Read more

List of FTP Commands For Linux and Windows with Examples

FTP protocol and tools are used to transfer data over network in a simple manner. There are different FTP tools with GUI support which can provide simple usage without knowing any command but in some cases we may need to use FTP commands. In this tutorial we will learn how to use FTP commands with … Read more

What Is POSIX (Portable Operating System Interface) and It’s Relation with Linux?

What is POSIX? We hear this term in Linux and Unix world but do not understand the meaning of POSIX. POSIX is the short form of Portable Operating System Interface . Lets start explaining everything about the POSIX. IEEE POSIX Standard POSIX is a standard developed for Unix operating systems. At the old times Unix has … Read more

How To Download, Install and Use Vim In Windows

Vim is Linux based opensource tool. The roots goes to the vi editor. In Linux distributions vim can be easily installed via package managers like apt , yum , dnf and zypper . Windows is the most popular desktop operating system. Vim is provided for Windows operating systems too. In this tutorial we will look how to download, install and … Read more

How To Solve “DNS Server not responding”

DNS is one of the most important protocols for internet and network usage. If DNS wouldn’t exist you will have to type https://45.79.133.118 to your browser in order to access this web site. But some times even have an internet connection we may have some access errors related to DNS. In this tutorial, we will look … Read more

How To Register and Unregister Windows DLL Files with Regsrv32 Command

Dynamic Link Libraries provides helper libraries to the applications. Dynamic Link Libraries also called DLL. DLL’s provides reusable libraries, data and code which can be used by multiple applications or executables. In order to use system wide DLL’s easily we should register them. regsrv32 is a tool used to register DLL’s to the operating system. Syntax … Read more

Visual Studio Express Installation

To develop C# applications we need to setup development environment. As we know C# applications runs on .Net framework. Visual Studio Express Our operating system is Windows 7. We will prefer IDE. IDE means Integrated Development Environment where all tools to write,compile,debug, create project can be found in the IDE. Microsoft have all ready provides an … Read more