chore: Update generated dev docs (#4667)

This commit is contained in:
Chris Titus
2026-06-08 09:43:02 -05:00
committed by GitHub
parent 6b5a9bcb9b
commit 9fdf944ef9
@@ -29,7 +29,7 @@ description: ""
icacls $Env:OneDrive /grant \"Administrators:(D,DC)\"
if (-not (Get-ChildItem -Path $Env:OneDrive)) {
Remove-Item -Path $Env:OneDrive
Remove-Item -Path $Env:OneDrive -Recurse
[Environment]::SetEnvironmentVariable('OneDrive', $null, 'User')
}