The search returned 5 results

by ligerotl
February 23, 2023 - 8:45 AM
Forum: WAPT Packages
Subject: Chrome update error
Answers: 11
Views : 7652

Re: Chrome update error

Hello,

I just tried to uninstall Chrome... It's not working for my machines.
In fact, Chrome won't uninstall:
Screenshot 2023-02-23 083838.png

The machine's software inventory:
Screenshot 2023-02-23 084104.png

I started the uninstallation using Revo Uninstaller...
by ligerotl
February 3, 2023 - 10:31
Forum: WAPT Packages
Subject: Chrome update error
Answers: 11
Views : 7652

Re: Chrome update error

Hello and thank you for these replies.

I added the following lines:

`registry_delete(root=HKEY_LOCAL_MACHINE, path=r'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall', valuename=r'{5D2950AA-215F-3C0E-ACFB-21E215FD6304}')` and `
registry_delete(root=HKEY_LOCAL_MACHINE, path=r'SOFTWARE\Classes\Installer ...`).
by ligerotl
February 2, 2023 - 8:54 AM
Forum: WAPT Packages
Subject: Chrome update error
Answers: 11
Views : 7652

Chrome update error

Hello,

I'm using the Chrome package to update the software on the workstations in my network.
Everything works on most machines, however, on about fifty machines running Windows 10 and Windows 11, I got this error message:
Installing: googlechromestandaloneenterprise64_109.0.5414 ...
by ligerotl
May 23, 2022 - 09:29
Forum: WAPT Packages
Subject: [SOLVED] Adding the current user to a local group
Answers: 2
Views : 2217

Re: Adding the current user to a local group

Hello and thank you, I'll try it.
Have a good day
by ligerotl
May 13, 2022 - 3:21 PM
Forum: WAPT Packages
Subject: [SOLVED] Adding the current user to a local group
Answers: 2
Views : 2217

[SOLVED] Adding the current user to a local group

Hello,

I would like to add the current user's account to a local group.
I found a way to do this with PowerShell: `
run_powershell('Add-LocalGroupMember -Group "OpenVPN Administrators" -Member "&username"')`.
When I run the script, it's the system user that is added...