Showing posts with label Window 10. Show all posts
Showing posts with label Window 10. Show all posts

Tuesday, March 14, 2017

How do you open a X.tar.gz file in Window 10?

The word 'tar' refers to the software utility program for archiving many files into an archive file. It was usually called a tarball for distributing or backing up file lots. This is very similar to the x.zip files in Windows.

Recently I needed to open a file of this type in my Windows 10 Professional and I looked at the various Apps in Windows Store. I finally decided to use the app, OpenZip shown here.






Open ZIP+_0.png

This iss downloaded from the Windows Store as shown.



Open ZIP+_1.png

I had downloaded the file with extension  tar.gz to the Downloads folder. After launching Open ZIP+,  I just browsed the file and extracted to a folder on the desktop.


Open Zip+_2.png

Extracted files were saved to a folder on the computer as shown:

Open Zip+_2.png 

Looks like this is a reliable app for this task. 

Tuesday, December 22, 2015

How do you find operating system version number using PowerShell?

You could use the following commands to find the operating system on your computer:
At the command prompt with the command window open in adminsitrative mode type-in ver or winver as shown:
==
C:\>ver
Microsoft Windows [Version 10.0.10586]
==
C:\winver will bring up the About Windows as shown:

winver.png

However if you want to use Windows PowerShell launch it in elevated mode and run the following command and you get more detailed information as shown:
gwmi win32_operatingsystem

gwmi.png