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

Microsoft Failover Clustering Service Overview

In Windows 2012 R2, the failover clustering service requires some downtime to migrate clusters from…

Experimental selinux Settings

enable or disable selinux: vim /etc/sysconfig/selinux   setsebool -P httpd_read_user_content 1   grep nginx /var/log/audit/audit.log |…

PowerShell: Handling Windows Product Key

There are two ways to obtain product keys: Way 1: https://learn.microsoft.com/en-us/windows-server/get-started/automatic-vm-activation Way 2: Issue a…