I finally got my brand new laptop computer with Windows 11 and all the perks. One of the first things I did was enabling Internet Information Services (IIS Web Server) that comes with it, creating a test file, and editing it. It is quite easy to do: Right-click the Start icon in the task bar and go to Settings > System > Optional features > More Windows features Then select Internet Information Services check box and click OK. Done! An inetpub directory (folder) and wwwroot subdirectory get created in the C: drive when IIS is enabled. Enjoy your web server. Creating & Saving a test file as an administrator Go to Start and search for Notepad in the search field. Once found, right-click its icon and select “Pin to Start”. Right-click its icon again and select “Pin to task bar”. Open Notepad with administrator privileges by pressing Ctrl + Shift and, at the same time, clicking its icon from either locations. This opens a User Account Control window. Press “Yes” to create a blank Notepad file.…