How to share the data from normal user account to KIOSK account?

HI Team,
I am facing problem in sharing the data from normal user to kiosk user.
We are using the same application package for normal user and kiosk user. But one simple thing is that we need to get the settings from notmal user and apply it to kiosk mode so that user donot need to change the settings one more time.
On searching the internet, i came across broadFileSystemAccess and SharedLocalFolder. Both the process need a user input to get it work. Is there is any way to programatically configure the broadFileSystemAccess and SharedLocalFolder without user inputs ( changing File System and turn it ON and changing group policy to allow all users to access the sharedfolder.
Thanks,
Balasubramanian S
@Fay Wang - MSFT , It is basically an xml file that is to shared between the users. I have used SharedLocalFolder API from ApplicationData but this is not working in KIOSK mode. I am getting a crash and app restarts again and again with error.
Regarding RoamingData, Hadn't tried yet. Will try that and let you know.
Thanks,
Balasubramanian S
OK, if you have any progress about RoamingData, please update here.
@Fay Wang - MSFT I have tried RoamingData and even that does not work in KIOSK mode. Everytime i setup the KIOSK mode and try to access the RoamingFolder it return null.
Also, i have tried SharedLocalFolder but that too returns nothing in KIOSK mode. Is there is any way to access specific folder (c:\ProgramData\XXX\file.xml) from KIOSK Mode?
My application is a desktop bridging application where i used the Win32 application for specific purpose. Even i tried to read and write from that Win32 application and even that application is also allowed to read/write in KIOSK mode.
So when you add broadFileSystemAccess capability, and using StorageFile.GetFileFromPathAsync(@"c:\ProgramData\XXX\file.xml") or directly opening KnownFolders(e.g. PicturesLibrary) to get any file, they both failed?
Sign in to comment