Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED Uninstall Viber with SCCM

Status
Not open for further replies.

pivanov

Member
Messages
5
Reaction score
0
Points
1
Dear all,
I have researching and testing this days, how to remove Viber from some user computers, as they could install it , without Admin access.
Do you know any method that could uninstall Viber from the user profile?
Best Regards
 
Solution
If it is a per-user installation, then take the following actions,
1. Find the silent command line to uninstall the software
2. Use active setup in the package and pass the above command line - Active setup concept
3. Enable reboot in the package

Output:

When the package is installed, it imports the active setup registry key and restarts the computer.

After restart, active setup runs the silent uninstall command line to remove the software.
You could use a PowerShell script or the best approach would be to contact the product vendor for suggestions.
 
If it is a per-user installation, then take the following actions,
1. Find the silent command line to uninstall the software
2. Use active setup in the package and pass the above command line - Active setup concept
3. Enable reboot in the package

Output:

When the package is installed, it imports the active setup registry key and restarts the computer.

After restart, active setup runs the silent uninstall command line to remove the software.
 
Solution
Status
Not open for further replies.

Forum statistics

Threads
7,144
Messages
27,895
Members
18,190
Latest member
escdarck

Trending content

Back
Top