Jump to content

Björn Schläfli

Members
  • Posts

    276
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Björn Schläfli

  1. It happens in published desktop and seamless. It's working with all edge version 123.x. The problem starts with version 124 including the latest 126.
  2. if I delete the file Preferences in %LOCALAPPDATA%\Microsoft\Edge\User Data\Default, Edge works once. As soon as this file is back the problem is back again. I cannot delete this file every time as it contains all of the user's settings.
  3. We've been on Edge release 123, which was working fine. We've upgraded to 125 (126 also tested), which is closing right after launch. Edge opens for a very short time and closes right afterwards. As users work with published apps and Edge is the first app they launch most of the time, the session closes. This is not a logoffchecksysmodules nor a LogoffCheckerStartupDelayInSeconds problem. Edge doesn't seem to crash as no app crash entries are logged in the application event log. Version 123 is working fine. It's not happening on server 2022 vda's, only affecting our server 2016 vda's. ApplicationLaunchWaitTimeoutMS doesn't help. Starting any other application is working fine. Starting Edge as subsequent app (not at first) is working. Does anyone else have this problem?
  4. I've discoverd today, that Citrix UPM doesn't synchronize completely. Most of the files and directories are not written back to the file share. It's happening in two different sites with any extension in edge. Citrix UPM is configured to synchronize !ctx_localappdata!\Microsoft\Edge\User Data with some subfolders excluded. Extensions are completely included. I've tested upm 2402 and 2305, no difference in behavior. Permissions are correctly (one file and one folder is written back). Google Chrome extensions do work, but there we use profile.pb in roaming. UPM Log: "AppData\Local\Microsoft\Edge\User Data\Default\Extensions\Temp\scoped_dir10312_1402100676\CRX_INSTALL\manifest.json>. Ignoring." If I configure the directory extensions as Profile Container it works. Anybody else with this problem maybe?
  5. New Teams client on server 2022 with FSLogix HF4 is working in my environment as long as I used the following workaround: Configure a run once at logon External Task in WEM (or logon script in gpo) to run the following powershell script. Add-AppxPackage -RegisterByFamilyName -MainPackage MSTeams_8wekyb3d8bbwe -ErrorAction SilentlyContinue Start-Sleep -Seconds 3 Start-Process -FilePath C:\Windows\explorer.exe -ArgumentList "shell:AppsFolder\MSTeams_8wekyb3d8bbwe!MSTeams"-ErrorAction SilentlyContinue
  6. Hi, do you have the policy 'Drag and Drop' set to enabled in Citrix policy? Try to disable it. When this feature was released we had enabled it to test and found that it leads to a corrupted clipboard.
  7. Thanks man, there was a shortcut instead of a file in nsconfig.
  8. You can use RDP Proxy feature, but you will need to have advanced or premium license. With a rdp client profile you will be able to disable things like drive redirection...
  9. One of our netscaler nodes is not compressing the log files in /var/log/. /var/nslog is working fine. The support article to check value in nslog.nextzip and nslog.nextfile is therefore not helping (also there are values in these files). restarting the vm didn't help. Netscaler 14.1-12.35
  10. Hi Client: Notebook EntraID-joined Authentication Notebook: EntraID Citrix Site: on-prem AD-joined The user logs in via EntraID. Is there a way to enable passthrough for the (on-prem) Citrix Workspace app?
  11. We use FSLogix as profile solution. Control Ups logon duration analyzer shows 15 - 25 seconds at logon at the phase 'load appx packages'. It happens at every logon, not just the first one. DelayedDesktopSwitchTimeout is set to 0 (also tested 1) We use Citrix Optimizer We removed all possible appx packages while staging windows 10 22h2 The cause is probably that the appx packages are stored in the regkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\UserSID for each user. Of course, this SID key is missing on non-persistent virtual desktops. Therefore, the AppReadiness service thinks it's the first login by that user and installs the AppX packages each time. But how should it be possible to create this UserSID entry beforehand, since you don't know with which desktop gets assigned to which user with pooled desktops. HKLM for user keys...bad idea. Does anybody have any helpful tips how I'm able to reduce this time? Is it possible to bypass this appx load package phase? Disabling the service appreadiness kills the load of appx but that's no solution as you can't open start menu afterwards and a lot more issues.
×
×
  • Create New...