Posted On March 31, 2019

Fix Missing User Special Folders

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Fix Missing User Special Folders
1. create C:\Users\KimConnect\Pictures
2. Regedit >> HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders >> modify “My Pictures” value to %USERPROFILE%\Pictures
3. Run CMD as Admin >> “attrib +r -s -h %USERPROFILE%\Pictures /S /D” >> reboot

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Linux: How to Create RSA Keys and SSH Agent

Step 1: Generate RSA Key # Command to generate rsa key for Ubuntu Linuxssh-keygen -t…

Xpenology

1. Download      a. gnoboot      b. Synology DSM      c. Win32DiskImager…

How To Quickly Search a User in Active Directory by Matching Email

This one liner would do the trick: Get-ADUser -Filter {EmailAddress -eq '[email protected]'} PS C:\Windows\system32> Get-ADUser…