From fb7a6b4179eac245c0115e6f1ea004a489ef3e2d Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Thu, 13 Jun 2024 13:11:24 +0200 Subject: [PATCH] docs: update the command for icacls (#12582) --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 74c742ad6f3..b89af167534 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -85,7 +85,7 @@ If you encounter this issue, you will see errors like this in the browser stdout To workaround the issue, use the icacls utility to set permissions manually: ```powershell -icacls $HOME/.cache/puppeteer/chrome /grant "ALL APPLICATION PACKAGES:(OI)(CI)(RX)" +icacls %USERPROFILE%/.cache/puppeteer/chrome /grant *S-1-15-2-1:(OI)(CI)(RX) ``` :::note