Windows 10: Change file access like Windows UWP Apps files have.

Discus and support Change file access like Windows UWP Apps files have. in Windows 10 Software and Apps to solve the problem; I have a specific situation, 4 Users, Users A B C D, and all of them are Administrator accounts.I want to prevent users B C D from accessing some files... Discussion in 'Windows 10 Software and Apps' started by kha333n, Jul 5, 2023.

  1. kha333n Win User

    Change file access like Windows UWP Apps files have.


    I have a specific situation, 4 Users, Users A B C D, and all of them are Administrator accounts.I want to prevent users B C D from accessing some files completely. Like even they cannot take ownership of files back and change permission.Like the UWP Apps in Windows has. admin cannot change files there. Even if the admin takes ownership still cannot modify or change the permission of those files.I also need to keep the admin access to those users.There can be 2 possible solutions.1 Restrict those users' full access like app files.2 Create a Custom level Admin group or account which gives some s

    :)
     
    kha333n, Jul 5, 2023
    #1
  2. j.col70 Win User
    j.col70, Jul 5, 2023
    #2
  3. slozomby Win User
    Recent File List

    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file1

    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file2
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file3
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file4
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file5
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file6
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file7
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file8
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file9
    ...

    you get the idea. ( too lazy to put it in a for loop and test it.

    or just open regedit and remove all the fileX from that key.
     
    slozomby, Jul 5, 2023
    #3
  4. ABauer Win User

    Change file access like Windows UWP Apps files have.

    vb.net app has no read access to local files

    Thanks for the quick reply! I am using full path names for all file references and all script files are in the same directory as both the app and the created batch file.
     
    ABauer, Jul 5, 2023
    #4
Thema:

Change file access like Windows UWP Apps files have.

Loading...
  1. Change file access like Windows UWP Apps files have. - Similar Threads - Change file access

  2. uwp app accessing the internet through runtimebroker

    in Windows 10 Software and Apps
    uwp app accessing the internet through runtimebroker: i blocked a uwp app from accessing the internet in windows firewall and under usage i still see it connecting online in network usage and in resource monitor i see runtimebroker running under the uwp app is connecting to 20.82.228.9...
  3. files encrypted by windows UWP

    in Windows 10 Network and Sharing
    files encrypted by windows UWP: Hi everyone, I would like to know why if I open the "windows apps" folder and enter a certain folder, I can't even view the application icons as I'm not allowed to. this problem occurs with only one folder, the other folders open without problems. can you explain to me? Is...
  4. Change file access like Windows UWP Apps files have.

    in Windows 10 Gaming
    Change file access like Windows UWP Apps files have.: I have a specific situation, 4 Users, Users A B C D, and all of them are Administrator accounts.I want to prevent users B C D from accessing some files completely. Like even they cannot take ownership of files back and change permission.Like the UWP Apps in Windows has. admin...
  5. UWP INFO files

    in Windows 10 Gaming
    UWP INFO files: In my windows 11 Asus laptop there are many .UWPINFO files in recycle bin. When I empty the recycle bin, it also appears in next day. So what I want to know is what are those files and how stop this thing. If anyone can help much appreciated....
  6. UWP INFO files

    in Windows 10 Software and Apps
    UWP INFO files: In my windows 11 Asus laptop there are many .UWPINFO files in recycle bin. When I empty the recycle bin, it also appears in next day. So what I want to know is what are those files and how stop this thing. If anyone can help much appreciated....
  7. Set default file manager to Files UWP?

    in Windows 10 Network and Sharing
    Set default file manager to Files UWP?: Hey guys I recently downloaded Files UWP from the windows store and it's a great file manager with a clean ui and great shortcuts and management, but I was wondering if there's a way to set it as my default manager; for example when I go to open a file from another...
  8. Message -- It looks like yon't have permission to save changes to this file

    in Windows 10 Customization
    Message -- It looks like yon't have permission to save changes to this file: I get the message in this subject line when trying to trim a video using the photo app's Movies & TV. Mine is a HP laptop using Windows 10. The videos that I'm trying to trim were converted to mp4 from dvds using the VLC app. Home movies-- no copyright protections. I...
  9. Console UWP Applications and File-system Access

    in Windows 10 News
    Console UWP Applications and File-system Access: As announced in the May 2018 issue of MSDN Magazine, the latest Windows update introduces support for Console UWP apps. We’re also introducing support for UWP apps to get broader access to the file-system than was previously possible. In fact, it was during the design and...
  10. Create File Explorer UWP app Shortcut in Windows 10

    in Windows 10 Tutorials
    Create File Explorer UWP app Shortcut in Windows 10: How to: Create File Explorer UWP app Shortcut in Windows 10 How to Create a UWP File Explorer app Shortcut in Windows 10 Windows 10 Insider Preview build 14936 includes a new Universal Windows Platform (UWP) File Explorer app that is still an unfinished early version....