Administrator rights required

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Answer
PA DEQUIDT
Messages: 19
Registration: Oct 27, 2025 - 4:18 p.m.

June 10, 2026 - 3:50 PM

Good morning,

We would like customers to be able to install WSL 2 on their workstation independently.

After testing the following two packages:
  • tis-wsl2
    tis-wsl2-ubuntu
Administrative rights are required to complete the installation:
Droid-ADM-WSL.png
Droid-ADM-WSL.png (14.4 KB) Viewed 2843 times
Do you know if there is a way to bypass the request for administrative rights?

Thank you in advance.

Best regards,
italbot
Messages: 78
Registration: Sep 26, 2023 - 3:50 p.m.

June 17, 2026 - 09:03

Hello,

I don't think it's a permissions issue, but WSL requires a system restart to install.
I'll see if we can at least run the command `wsl.exe --install` from the package, but in any case, a restart will be necessary.

Regards,

Ingrid
Tranquil IT
lfkl
Messages: 35
Registration: Apr 11, 2019 - 05:51

June 19, 2026 - 04:51

Hello,

I have a similar problem mentioned in another recent thread on the forum, which remains unresolved.
viewtopic.php?t=4687

Like you, even after restarting, I also need to run the command `wsl.exe --install` as a local administrator for it to work.
In my case, I think the problem is more related to the use of the WUA agent, which manages Windows updates on our system and which seems to be blocking the WSL download.
However, I can't quite diagnose the cause of the blockage...
florentR2
Messages: 101
Registration: February 13, 2020 - 5:23 PM

June 19, 2026 - 08:32

I have the same problem; it works if deployed as a normal administrator account, but it doesn't work as a SYSTEM account, even after restarting in between. I don't use WUA
I've tried many things without getting anything satisfactory; the only way that works for me is to run this as admin or to install the package in an admin command prompt (I assume it doesn't run in SYSTEM that way)

Code: Select all

wsl --install
Then reboot
The user can then perform the following actions in a session without privileges:

Code: Select all

wsl --install -d Ubuntu
Answer