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

PowerShell RandomPassword Function

function randomPassword{    # return a reasonably randomized password that starts with "KimConnect:" plus 25…

Great GPL Windows Admin Tools

1. Wireshark 2. amanda.org (backup server) 3. mailarchiva.com (mail backup) 4. http://rbac.codeplex.com (remote admin for Exchange servers) 5. Core Configurator, ,…

ScreenConnect and NGINX

source:   Create TLS certificate folder sudo mkdir /etc/nginx/tls cd /etc/nginx/tls   Create server key…
Other project: DragonCoin.com