-
Notifications
You must be signed in to change notification settings - Fork 0
Its Functions
Sukri Kadir edited this page Feb 6, 2021
·
1 revision
No. | Function Name | Description |
---|---|---|
1 | Get-OSArchitecture |
This function used for identifying the Windows OS architecture for the target system ( i.e. 32-bit or 64-bit ). |
2 | Get-Notepadpp |
This function used for validating the existing of installed Notepad++ from target system. |
3 | Get-NotepadppBinary |
This function used for downloading the latest version of Notepad++ from its official site. |
4 | Install-Notepadpp |
This function used for installing silently the Notepad++ application from temporary download directory. i.e.: C:\Users\<UserProfile>\Downloads . |