User Profile
racook
Joined 7 years ago
User Widgets
Recent Discussions
Re: Common Application Configuration File in WVD
knowlite the original ini file will be in the place where the app expects it to be. It's just that based on which user is accessing the file, FSLogix will redirect the file open to the user's copy in their profile. It's like a fancy symlink, except that it will redirect to a different place based on which user is accessing the file. And if the target file doesn't exist, it can copy the original file to the target location before opening it.2.5KViews1like1CommentRe: Common Application Configuration File in WVD
knowlite While application masking is generally intended to handle full applications, you can generate a rule file by hand that will do what you want. Create a redirect for the ini file that redirects into the users profile somewhere. There is even a checkbox that will copy the original file if one does not exist at the target. Start by creating a new, empty ruleset. Add a file redirection rule. Something like: C:\badapp\badapp.ini -> __USER_PROFILE_PATH__\AppData\Roaming\badapp\badapp.ini (Variables that can be used are described here: https://docs.microsoft.com/en-us/fslogix/application-masking-rules-ht#create-a-new-rule) Next you will need to describe which users should get it. Maybe Everyone? See this for directions: https://docs.microsoft.com/en-us/fslogix/implement-application-masking-tutorial#make-assignments-for-your-rule-set Then deploy.2.5KViews0likes3CommentsRe: Start OneDrive when using a RemoteApp in WVD
mirthrock mshepherd We are in the process of documenting how to auto-start OneDrive in a Remote App scenario. We will be documenting the following registry entry: HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\RailRunonce I believe this works the same as the regular run keys, except that anything listed under this key will be launched when the remote session starts. What happens is that in a remote session, Explorer.exe is not used as the Windows shell. rdpshell.exe is run instead. rdpshell.exe does not process Run entries. It does do the RailRunonce key though.63KViews4likes54Comments
Recent Blog Articles
No content to show