Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Violet <[email protected]>
  • Loading branch information
HotCakeX authored Aug 24, 2023
1 parent 0fc1f8e commit 8c3981e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,4 @@ I might sometimes post notable new features I come across [in the Discussions se

* Sometimes feature flags with similar names should be used together in order to activate a certain feature, using them individually might not activate anything.

* You can run this in an elevated PowerShell to increase the [Maximum Path Length Limitation](https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=powershell)

```powershell
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" `
-Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
```

<br>

0 comments on commit 8c3981e

Please sign in to comment.