Disable NetBIOS over TCP/IPcss
Disable generatePublisherEvidence
修改位於ASP.NET.CONFIG的文件:
C:\Windows\Microsoft.NET\Framework64\v2.0.50727 和
C:\Windows\Microsoft.NET\Framework\v2.0.50727.html
<?xml version=」1.0″ encoding=」utf-8″ ?>web
<configuration>ajax
<runtime>服務器
<generatePublisherEvidence enabled=」false」 />markdown
</runtime>dom
</configuration>ide
禁用證書吊銷檢查
工具
用套接字池oop
轉到C:\Inetpub\ wwwroot\Citrix\ <STORE>,而後打開web.config文件。
修改 :pooledSockets="on"
工做區控制 - 禁用註銷斷開鏈接
轉到C:\Inetpub\ wwwroot\Citrix\ <STORE>,而後打開web.config文件。
修改:<workspaceControl enabled="true" autoReconnectAtLogon="false" logoffAction="none" showReconnectButton="false" showDisconnectButton="false" />
更改註銷操做【logoffAction="none"】
工做區控制 - 禁用自動鏈接
轉到C:\Inetpub\ wwwroot\Citrix\ <STORE>,而後打開web.config文件。
修改:
<workspaceControl enabled="true" autoReconnectAtLogon="false" logoffAction="none" showReconnectButton="false" showDisconnectButton="false" />
更改【autoReconnectAtLogon="false"】
禁用工做區控制
轉到C:\Inetpub\ wwwroot\Citrix\ <STORE>,而後打開web.config文件。
修改:
<workspaceControl enabled="false" autoReconnectAtLogon="false" logoffAction="none" showReconnectButton="false" showDisconnectButton="false" />
修改【enabled="false"】
啓用XML驗證
若是您須要使用StreoFront到DMZ中,則須要啓用XML驗證。
一、導入StoreFront PowerShell管理插件;
& "$Env:PROGRAMFILES\Citrix\Receiver StoreFront\Scripts\ImportModules.ps1"
二、啓用身份驗證服務的功能;
Set-DSXmlServiceAuthentication -SiteId 1 -VirtualPath /Citrix/Authentication
三、建立farmset配置data collectors/brokers將會進行認證。
$Farm = @{
FarmName = "Farm" Port = "443" SSLRelayPort = 443 TransportType = "HTTPS" LoadBalance = $false AllFailedBypassDuration = 5 Servers = @("server1", 「server2」) Platform = @{ FarmType = "XenApp" Caption = "Caption" DisplayName = "Authentication Farm" } }
$FarmSet = @{
Name = "Default" Farms = @( $Farm ) } 四、配置基於XML的服務的身份驗證使用的場集。
Update-DSFarmSet -IISSiteId 1 -VirtualPath "/Citrix/Authentication" -Farmset $FarmSet
增長超時時間
打開StoreFront的控制檯,並單擊設置會話超時。
設置虛擬桌面打開全屏
打開C:\inetpub\wwwroot\Citrix\<STORE>\App_Data\default.ica文件
根據該文件的[應用]部分,添加如下行:
DesktopViewer-ForceFullScreenStartup=true
保存default.ica文件。
打開命令提示符(CMD),並運行iisreset。
禁用激活窗口
咱們打開登陸StoreFrone時,點擊StoreFront右上角。會出來出來以下所示的界面:
轉到C:\inetpub\wwwroot\Citrix\<Store>Web打開web.config文件
<receiverConfiguration enabled=」false」 downloadURL=」ServiceRecord/GetDocument/receiverconfig.cr」 />
修改【enabled=」false」】
重定向StoreFront默認網站的網址
打開IIS,選擇服務器而後打開HTTP重定向功能。固然在StoreFront控制檯也可以直接打開。
顯示域列表店面的登陸頁上
啓用Active Directory密碼重置
打開StoreFront控制檯,進入認證並選擇管理密碼選項
禁用插件助手
轉到C:\Inetpub\ wwwroot\Citrix\ <STORE>Web,而後打開web.config文件。
<pluginAssistant enabled="false" upgradeAtLogin="false">
更改默認視圖
轉到C:\Inetpub\ wwwroot\Citrix\ <STORE>Web,而後打開web.config文件。
<uiViews showDesktopsView="true" showAppsView="true" defaultView="auto" />
您能夠將值更改成:
自動:收藏夾選項卡默認顯示
桌面:桌面選項卡默認顯示
應用:應用程序選項卡默認顯示
咱們能夠禁用選項卡。
<uiViews showDesktopsView="true" showAppsView="true" defaultView="auto" />
上述選項中桌面和應用都是開啓的,咱們將其值修改成False便可禁用。
啓用跟蹤
啓用StoreFron配置跟蹤,請按照如下步驟操做。
跟蹤位於C:\Program Files\Citrix\Receiver StoreFront\admin\trace.
下載DebugView工具。
下載DebugView解壓縮並啓動運行。
而後,咱們就看到了跟蹤的信息。
當咱們故障排除完成後,記得要禁用跟蹤
導航到一個文件夾
轉到C:\Inetpub\ wwwroot\Citrix\ <STORE>Web\Custom並打開script.js 文件。
添加如下行:
JavaScript
CTXS.Extensions.afterDisplayHomeScreen = function (callback) {
CTXS.ExtensionAPI.navigateToFolder('folder/path');
};
用文件夾名稱或文件夾路徑替換文件夾/路徑。
要重定向到類別的根,添加如下行:
CTXS.Extensions.afterDisplayHomeScreen = function (callback) {
CTXS.ExtensionAPI.navigateToFolder('/');
};
刪除收藏夾
打開StoreFront控制檯,去Store,禁用用戶訂閱。
重命名StoreFront網頁
轉到C:\Inetpub\ wwwroot\Citrix\ <STORE>Web\Custom並打開strings.en.js 文件。
(function ($) {
$.localization.customStringBundle("en", { AppStore: "Citrix Applications", Example2: "This is another example" });
})(jQuery);
更改/刪除背景
打開C:\inetpub\wwwroot\Citrix\<STORE>Web\receiver\css文件。
ctxs.large-ui.min_A97EEF90ADE71C48
ctxs.medium-ui.min_2397A9404AD6F3CB
ctxs.no-js-ui.min_F673C4CFF9E86D60
ctxs.small-ui.min_A915C6B4D6DEB4E5
刪除或更改如下修改背景:
background-image:url(../images/common/ReceiverFullScreenBackground_46E559C0E6B5A27B.jpg);
添加腳註
轉到C:\Inetpub\ wwwroot\Citrix\ <STORE>Web\Custom並打開script.js 文件。
$('#customBottom').html("Your Text");
如今打開style.css
在個人例子中,我正在調整個人文本在頁面的右邊,並顯示個人公司標誌爲中心的。
#customBottom {
text-align: right;
background-image: url('<YOURIMAGE>');
background-size: <WIDTH> <HEIGHT>;
background-repeat: no-repeat;
background-color:<BACKGROUNDCOLOR>;
background-position: center;
height:<HEIGHT>;
color: black;
font-size: 12px;
}
注意:你須要根據你的審美觀,修改 <HEIGHT>, <YOURIMAGE>, <WIDTH> and <BACKGROUNDCOLOR> 。
腳註將顯示在底部。
添加免責聲明
轉到C:\Inetpub\ wwwroot\Citrix\ <STORE>Web\Custom並打開script.js 文件。
在登陸:
CTXS.Extensions.beforeLogon = function (callback) {
doneClickThrough = true; CTXS.ExtensionAPI.showMessage({ messageTitle: "Welcome to the new StoreFront!", messageText: "Please send your feedback to EMAIL@EMAIL.COM.", okButtonText: "Continue", okAction: callback });
};
主屏幕前:
CTXS.Extensions.beforeDisplayHomeScreen = function (callback) {
if (!doneClickThrough) { CTXS.ExtensionAPI.showMessage({ messageTitle: "Welcome to the new StoreFront!", messageText: "Please send your feedback to EMAIL@EMAIL.COM.", okButtonText: "Continue", okAction: callback });
} else {
callback();
}
};
添加標題欄
轉到C:\Inetpub\ wwwroot\Citrix\ <STORE>Web\Custom並打開script.js 文件。
$('#customTop').html("<a rel="nofollow" href='http://receiver.citrix.com/' target='_blank'><img src='media/rec-win-icon_1.png'> Download Citrix Receiver</a>");
打開style.css
#customTop {
text-align: center;
background-color:#f9f9f9;
color: #574f5b;
font-size: 12px;
padding-top:5px;
margin-bottom:-20px;
}
#customTop a {
color: #574f5b;
}
這裏是咱們須要添加Receiver的圖標。
添加一個隨機的文本頁腳
從StoreFront的頁腳文本文件顯示一個隨機的消息。
轉到C:\Inetpub\ wwwroot\Citrix\MainStoreWeb\Custom並打開script.js 文件。
var lines;
var randomNumber; var lastRandomNumber;
$( document ).ready(function() {
// load the trivia from the server
$.ajax({ url: 'trivia.txt' }).done(function(content) { // normalize the line breaks, then split into lines lines = content.replace(/\r\n|
\r/g, '\n').trim().split('\n');
// only set up the click handler if there were lines found if (lines && lines.length) { // loop to prevent repeating the last random number while (randomNumber === lastRandomNumber) { randomNumber = parseInt(Math.random() *
lines.length);
// check to prevent infinite loop if (lines.length === 1) { break;
}
} // keep track of the last random number lastRandomNumber =
randomNumber;
// show the corresponding line $('#trivia').text(lines
[randomNumber]);
} }); }); 默認狀況下,該腳本將嘗試找到位於C:\inetpub\wwwroot\Citrix\MainStoreWeb的trivia.txt。
接下來還須要添加如下顯示頁腳和隨機消息:
$('#customBottom').html("<p id='trivia'></p>");
而後,打開style.css文件(在同一目錄),並添加如下內容:
#trivia {
font: italic 14pt Arial;
}
最後一步是建立C:\inetpub\wwwroot\Citrix\MainStoreWeb\trivia.txt。
Message 1
Message 2
Message 3
Message 4
Message 5
Message 6StoreFront每次刷新頁面會顯示不一樣的消息。