Resolving: Unable to Create a New Folder

Found an instance where a user was no longer able to create new folders. After some digging I found that a registry key had been modified.

Get-Item 'Registry::HKEY_CLASSES_ROOT\Folder'

Restore Missing New “Folder” to the Desktop Right-Click menu

To restore the (default) value back to “Folder”:

Set-ItemProperty -Path 'Registry::HKEY_CLASSES_ROOT\Folder' -Name '(Default)' -Value 'Folder'

Tags

Comment

Enter your comment:
C U S K J