> ## Documentation Index
> Fetch the complete documentation index at: https://docs.askui.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AskUI-EnableLongPath

### SYNOPSIS

Enables Long Path Support on Windows by modifying the registry.

### DESCRIPTION

This Commandlet enables Long Path Support in Windows by setting the appropriate registry key.
Requires administrative privileges.

### NOTES

This Commandlet is only available on Windows.
This Commandlet must be executed in an elevated PowerShell session.

### EXAMPLES

#### EXAMPLE 1

Enables Long Path Support on Windows.

```powershell theme={null}
AskUI-EnableLongPath
```
