Good Day,
To make a long story short the tiles on our Windows 8 Start screen are locked due to a read only attribute being set on the file:
%userprofile%\AppData\Local\Microsoft\Windows\appsFolder.itemdata-ms
I need to find a reliable way to remove the read only attribute?
I would imagine that in order to determine if this condition is true (for the user) is to look at the file attribute or date stamp.
The problem I'm facing is that patch manager is not designed to look at user variables which makes this task much more difficult.
I was wondering if some kind sole out there knew of a way to detect this condition using a VBScript and could possibly offer a fix?
Currrently looking at using a WMI call to determine the user name which is turn should allow me to find the path to the file.
Alternatively I might end up doing this via group policy or possibly creating a run once software distribution task (but I don't think this would be a robust as patch manager)
Thanks is advance for any help you can offer,