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

Restoring AD – using Secondary Domain Controller

1. Reset Administrator password ntdsutil  reset password on server [servername]  [password], confirm [password]  quit, quit  2.…

Windows Firewall with Group Policy

This involves two steps: first, update your existing Group Policy Objects (GPOs) with the new…

Puppet Client Server Lab Setup

Server # Setup client machine name sudo vim /etc/hosts ## Insert this line ## xx.xx.xx.xx…