Innlegg

Viser innlegg fra juni, 2015

How to install and use citrix webinterface 54 on windows server 2012

https://www.sepago.com/blog/2012/09/25/how-to-install-and-use-citrix-webinterface-54-on-windows-server-2012 Also - you can add a lanch file and create a shortcut an run like this: C:\Windows\System32\cmd.exe /k "C:\TEMP\start_wi_admin.cmd" Where the contents of "C:\TEMP\start_wi_admin.cmd" is: @echo off cls TITLE Launch Web Interface 5.4 Management Console on Windows 2012R2... ECHO ***************************************************** ECHO Run as administrator ECHO Makes Web Interface 5.4 compatible on Windows 2012 R2 ECHO ***************************************************** CD \ CD C:\Windows\SysWOW64 rename mmc.exe.config.WI54 mmc.exe.config ECHO Waiting for Citrix Web Interface 5.4 Console to launch... "C:\Program Files (x86)\Citrix\Web Interface\5.4.0\Administration\en\WIAdmin.msc" REM ECHO Press ANY KEY after you close the Web Interface Management Console... REM pause >nul REM Wait 3 seconds... PING 1.1.1.1 -n 3 -w 1000 >NUL rename mmc.e

Citrix Synergy 2015 TV

​ http://live.citrixsynergy.com/2015/presentations.php I recommend the Keynote (yes – it's long but interresting) http://live.citrixsynergy.com/2015/player/ondemandplayer.php?presentation_id=8334a06d7332465ebddbf8ba6769cf151d http://live.citrixsynergy.com/2015/player/ondemandplayer.php?presentation_id=a5967f6a148b46058c99379a87ea9b561d And this one (yes - Brian Madden speaks both with in and out breath): SYN318: Terminal Server versus VDI: 2015 edition http://live.citrixsynergy.com/2015/player/ondemandplayer.php?presentation_id=00eec1cbbad64d89ac5810145f9f08ea1d Here is a Top-10 list: http://blogs.citrix.com/2015/06/04/top-10-1-citrix-synergy-sessions-watch-them-today/?utm_content=bufferb0b36&utm_medium=social%2Bmedia&utm_source=facebook.com&utm_campaign=corp%2Bsocial%2Bmarketing%2B(organic%2Bposts%2Band%2Bfeeds)

Chrome på Citrix

​Installer enterprise chrome for business https://www.google.com/intl/en/chrome/business/browser/admin/ Publiser slik: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --allow-no-sandbox-job --disable-gpu Scheduled Tasks: Disable all Google* jobs Profile management: Exclude these AppData\Roaming\Chrome\User Data\Default\Web Data AppData\Local\Google\Chrome\User Data\Default\Cache AppData\Local\Google\Chrome\User Data\Default\Plugin Data Include this AppData\Local\Google\Chrome\User Data

Firefox på XenApp - på 1-2-3

​Last ned og installer - advanced Velg bort "oppdateringsmotor" Velg bort "default browser" 1. Lag en fil "override.ini" som legges i *\Mozilla Firefox\browser\ [XRE] EnableProfileMigrator=0 2. Lag en fil "local-settings.js" som legges i *Mozilla Firefox\defaults\pref\  // pref("general.config.obscure_value", 0); pref("general.config.filename", "mozilla.cfg"); 3. Lag en fil "mozilla.cfg" som legges i *Mozilla Firefox\  // lockPref("browser.shell.checkDefaultBrowser", false); lockPref("app.update.auto", false); lockPref("app.update.enabled", false); //lockPref("browser.startup.page", 0); //lockPref("browser.startup.homepage", "about:blank"); lockPref("browser.download.useDownloadDir", false); lockPref("browser.search.update", false); lockPref("datareporting.healthreport.uploadEnabled", false); lo