Marketplace logo
MarketplaceListingsActivityOS Information - Get Windows Version Information
OS Information - Get Windows Version Information

OS Information - Get Windows Version Information

by Internal Labs

0

Activity

4.2k

back button
back button
carouselImage0
next button
next button

Summary

Summary


Overview

Overview

What
Sometimes you might need to run specific actions in a workflow depending on the current OS's details. For example you might want to run a workflow that handles new machines coming online in a heterogeneous network by ensuring that they have some piece of software installed on them, and this specific software has variants for Windows, 7, 8 & 10, with their respective bitness of 32 or 64.

Who
RPA developers, although QAs can also use it to run specific platform scenarios.
How

Drag and drop the Get Windows Information activity from under the UiPathTeam > OS node. It returns an WindowsInformation object that you can then alongside decision blocks to split the flow based on the scenario needs.
The WindowsInformation object exposes the following read-only properties:
  • ProductName (string)
  • EditionId (string)
  • CompositionEditionId (string)
  • ReleaseId (string)
  • CurrentVersion (string)
  • MajorVersion (int)
  • MinorVersion (int)
  • BuildNumber (string)
  • BuildLabEx (string)
  • ServicePack (string)
  • Is64Bit (bool)
  • IsServer (bool)

Features

Features


Additional Information

Additional Information

Dependencies


Code Language

Visual Basic

Runtime

Windows Legacy (.Net Framework 4.6.1)

Publisher

Internal Labs

Visit publisher's page

License & Privacy

License Agreement

Privacy Terms

Technical

Version

1.0.2

Updated

Apr 28, 2020

Works with

Studio: 18.4 - 22.10

Certification

Silver Certified

Tags

windows
windows version
os version
64 bitness detection

Application

Microsoft Windows

Support

UiPath Community Support

Similar Listings