Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
ProjFS ships with Windows as an Optional Component. Before a provider can use it, it must be enabled. You can use PowerShell to enable ProjFS.
How to enable ProjFS using PowerShell
To use PowerShell to enable ProjFS use the Enable-WindowsOptionalFeature
cmdlet in an elevated PowerShell window:
Enable-WindowsOptionalFeature -Online -FeatureName Client-ProjFS -NoRestart
Reboot the computer if the Enable-WindowsOptionalFeature reports RestartNeeded: True
.