Pictures folder not accessible? (Win11, no admin)
Moderators: Hacker, petermad, Stefan2, white
Pictures folder not accessible? (Win11, no admin)
Hi,
Since recently I have TC on a business laptop (Win 11) and without Admin rights. Is it normal I can't access the Pictures folder in this setting? Clicking it does nothing; can't open it.
Since recently I have TC on a business laptop (Win 11) and without Admin rights. Is it normal I can't access the Pictures folder in this setting? Clicking it does nothing; can't open it.
Re: Pictures folder not accessible? (Win11, no admin)
As default, the Pictures folder is under
C:\Users\your_user_name\Pictures\
Something is wrong with your system If you can't access it.
It may also have been redirected in a Domain, so check the location and your rights
and ensure that you are logged-on with your Domain account in this case.
C:\Users\your_user_name\Pictures\
Something is wrong with your system If you can't access it.
It may also have been redirected in a Domain, so check the location and your rights
and ensure that you are logged-on with your Domain account in this case.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: Pictures folder not accessible? (Win11, no admin)
2Teuntje
By default the Pictures folder is a %UserProfile% subfolder and has the Read-only attribute.
You cannot access it (cannot enter it), or you just cannot see it?
If the latter is true, the below button might help:
By default the Pictures folder is a %UserProfile% subfolder and has the Read-only attribute.
You cannot access it (cannot enter it), or you just cannot see it?
If the latter is true, the below button might help:
Code: Select all
TOTALCMD#BAR#DATA
cd %$Pictures%
WCMICONS.DLL,26
Photo
-1
#278521 User License
Total Commander [always the latest version, including betas] x86/x64 on Win10 x64/Android 10/15
Total Commander [always the latest version, including betas] x86/x64 on Win10 x64/Android 10/15
Re: Pictures folder not accessible? (Win11, no admin)
Thanks Beb; It's visible for sure. I can't enter/access/open it.
I just found out Pictures is in my OneDrive folder... I will contact my admin. Something very weird is going on here.
I just found out Pictures is in my OneDrive folder... I will contact my admin. Something very weird is going on here.
Re: Pictures folder not accessible? (Win11, no admin)
2Teuntje
Apparently, this is the security settings issue.
Try to locate the Pictures in Explorer and check its properties/permissions:
Right-click on the Pictures folder icon - choose the Properties drop-down menu entry - enter the Security tab to check the permissions.
Apparently, this is the security settings issue.
Try to locate the Pictures in Explorer and check its properties/permissions:
Right-click on the Pictures folder icon - choose the Properties drop-down menu entry - enter the Security tab to check the permissions.
#278521 User License
Total Commander [always the latest version, including betas] x86/x64 on Win10 x64/Android 10/15
Total Commander [always the latest version, including betas] x86/x64 on Win10 x64/Android 10/15
Re: Pictures folder not accessible? (Win11, no admin)
Lately, I prefer keeping "Pictures" within the OneDrive scope as well.Teuntje wrote: 2024-07-07, 15:27 UTC ...I just found out Pictures is in my OneDrive folder... I will contact my admin...
The thing is, my OneDrive is personal, which in your case may differ.
There's a magic command to repair the permissions [given below in the PowerShell syntax]:
Code: Select all
icacls $env:OneDrive /reset /t /c /l /q 2>>c:\icacls_onedrive_permissions.log
# https://ss64.com/nt/icacls.html
# https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/icacls
#278521 User License
Total Commander [always the latest version, including betas] x86/x64 on Win10 x64/Android 10/15
Total Commander [always the latest version, including betas] x86/x64 on Win10 x64/Android 10/15
Re: Pictures folder not accessible? (Win11, no admin)
Thanks for that. I'm afraid I can't even repair those permissions without admin rights. This is the first time I'm working on a machine that has no admin rights in almost 30 years. Feels very restrictive. I will ask him to change it though.
Re: Pictures folder not accessible? (Win11, no admin)
In widnows under company profiles there could be different locations. Try from the command line in tc the command "cd %userprofile%\pictures"