Nasıl Çalışır?
EMS iletişim kutularını özelleştirmek için EMSStrings.xml adlı bir XML dosyası kullanılır. Özelleştirmelerin uygulanması için dosyanın C:\Windows\System32 konumuna yerleştirilmesi gerekir. Özelleştirilmiş iletişim kutuları olan bir bilgisayardan sağlanan tüm aygıtlarda EMSStrings.xml dosyası _Encryption_Data_Do_Not_Delete_ dosyasına eklenir ve böylece özelleştirmeler aygıtla birlikte taşınır.
Özelleştirmeler aşağıdaki sırayla uygulanır:
XML dosyası aygıt üzerinde ne zaman güncelleştirilir?
Aygıtın her kimliği doğrulandığında ve sahip her oturum açtığında XML dosyası, C:\Windows\System32 konumundaki dosyayla güncelleştirilir.
XML dosyası güncelse değişiklik ne zaman uygulanır?
C:\Windows\System32 konumundaki dosya düzenlendiğinde yeni metin, bir aygıt takıldığında uygulanır. Şifrelenmiş bir aygıtın hâlâ eski XML dosyasını içeriyorsa bunu kullanacağımızı ancak sonunda, aygıttaki XML dosyasının güncelleştirileceğini unutmayın.
EE Sunucusu veya VE Sunucusu dahil mi?
Hayır, EE Sunucusu veya VE Sunucusu XML dosyasını sağlamaz. XML dosyası, kuruluşunuz için kullanılabilir olan herhangi bir tetikleme teknolojisi kullanılarak istemci bilgisayara iletilebilir.
XML Dosyasının Biçimi Nedir?
Sürüm Öğesi
Sürüm öğesi, istemci sürümünü tanımlar. Sürüm öğesi, yalnızca günlüğe kaydetme işlemi için kullanılır.
<version> <cmgClient>8.x.x</cmgClient> <customStrings>1.0</customStrings> </version>
Dil seti, belirli bir dile yönelik iletişim kutusu özelleştirmeleridir.
<languageSet languageId="0x00"></languageSet>
LanguageId, hedef birincil dili Windows tarafından tanımlandığı şekilde tanımlar. Bu durumda 0x00 , varsayılan dil setini tanımlar. Kullanıcının mevcut MUI dili bulunursa bunu kullanırız. Bulunmazsa varsayılan dili (0x00) kullanırız.
Aşağıdaki dil kimlikleri mevcuttur:
LANG_NEUTRAL 0x00 LANG_ARMENIAN 0x2b LANG_BELARUSIAN 0x23 LANG_CHINESE 0x04 LANG_DIVEHI 0x65 LANG_FAEROESE 0x38 LANG_GALICIAN 0x56 LANG_GUJARATI 0x47 LANG_ICELANDIC 0x0f LANG_KANNADA 0x4b LANG_KOREAN 0x12 LANG_MACEDONIAN 0x2f LANG_MARATHI 0x4e LANG_ORIYA 0x48 LANG_ROMANIAN 0x18 LANG_SINDHI 0x59 LANG_SWAHILI 0x41 LANG_TATAR 0x44 LANG_UKRAINIAN 0x22 |
LANG_AFRIKAANS 0x36 LANG_ASSAMESE 0x4d LANG_BENGALI 0x45 LANG_CROATIAN 0x1a LANG_DUTCH 0x13 LANG_FARSI 0x29 LANG_GEORGIAN 0x37 LANG_HEBREW 0x0d LANG_INDONESIAN 0x21 LANG_KASHMIRI 0x60 LANG_KYRGYZ 0x40 LANG_MALAY 0x3e LANG_MONGOLIAN 0x50 LANG_POLISH 0x15 LANG_RUSSIAN 0x19 LANG_SLOVAK 0x1b LANG_SWEDISH 0x1d LANG_TELUGU 0x4a LANG_URDU 0x20 |
LANG_ALBANIAN 0x1c LANG_AZERI 0x2c LANG_BULGARIAN 0x02 LANG_CZECH 0x05 LANG_ENGLISH 0x09 LANG_FINNISH 0x0b LANG_GERMAN 0x07 LANG_HINDI 0x39 LANG_ITALIAN 0x10 LANG_KAZAK 0x3f LANG_LATVIAN 0x26 LANG_MALAYALAM 0x4c LANG_NEPALI 0x61 LANG_PORTUGUESE 0x16 LANG_SANSKRIT 0x4f LANG_SLOVENIAN 0x24 LANG_SYRIAC 0x5a LANG_THAI 0x1e LANG_UZBEK 0x43 |
LANG_ARABIC 0x01 LANG_BASQUE 0x2d LANG_CATALAN 0x03 LANG_DANISH 0x06 LANG_ESTONIAN 0x25 LANG_FRENCH 0x0c LANG_GREEK 0x08 LANG_HUNGARIAN 0x0e LANG_JAPANESE 0x11 LANG_KONKANI 0x57 LANG_LITHUANIAN 0x27 LANG_MANIPURI 0x58 LANG_NORWEGIAN 0x14 LANG_PUNJABI 0x46 LANG_SERBIAN 0x1a LANG_SPANISH 0x0a LANG_TAMIL 0x49 LANG_TURKISH 0x1f LANG_VIETNAMESE 0x2a |
İletişim kutusu XML öğesi, bir iletişim kutusunu özelleştirmek için kullanılır. Aşağıda temel iletişim kutusu özelleştirme girdisinin bir örneği verilmiştir:
<dialog id="A-1"> <message>Ask to Shield unprotected media.[EndState: ALL]</message> </dialog>
Her iletişim kutusu özelleştirme öğesi, hangi iletişim kutusunun özelleştirilmekte olduğunu tanımlayan bir id özniteliği gerektirir. Aşağıdaki ekran görüntüleri tablosu iletişim kutusu kimliklerini tanımlar.
Bazı iletişim kutuları endState özniteliğini destekler. Bu öznitelik, kullanıcı işleme devam etmezse aygıtın ortaya çıkan son durumuna bağlı olarak değişiklik gösteren belirli bir iletişim kutusuna farklı özelleştirmeler sağlamak için kullanılabilir. Örneğin, A-1 iletişim kutusunda her bir son durum için bir adet olmak üzere üç farklı giriş olabilir:
<dialog id="A-1" endState="blocked"> <message>Ask to Shield unprotected media.[EndState: BLOCKED]</message> <link url="https:\\www.dell.com">Link to more info about encryption or being blocked...</link> </dialog> <dialog id="A-1" endState="readonly"> <message>Ask to Shield unprotected media.[EndState: READ-ONLY]</message> </dialog> <dialog id="A-1" endState="fullaccess"> <message>Ask to Shield unprotected media.[EndState: FULL ACCESS]</message> </dialog>
Mesaj öğesi, iletişim kutusunun birincil mesajını özelleştirmek için kullanılır.
Bağlantı öğesi yalnızca A-? iletişim kutuları, bu, iletişim kutusuna bir URL bağlantısının eklenmesine izin verir. Aşağıdaki biçimi alır:
<link url="https:\\www.dell.com">Link to more info about encryption or the end state...</link>
url özniteliği bağlantıyı ve dahili metin de görüntülenecek tıklanabilir mesajı belirtir.
İForgot öğesi yalnızca C-1 ve C-2 iletişim kutularını destekler, kullanıcı Unuttum düğmesine basarsa gösterilen mesajı belirtir.
fusWarning öğesi yalnızca C-1 ve C-2 iletişim kutularını destekler, bir kullanıcı bir iş istasyonunda birden fazla kullanıcı oturum açtığında bir cihazın kimliğini doğrulamaya çalışıyorsa görüntülenir. Bu öğe, bir güvenlik riski olduğunu net bir şekilde açıklar.
cancelWarning öğesi yalnızca F-1 iletişim kutusunu destekler ve kullanıcı manuel kimlik doğrulamayı iptal ettiğinde gösterilen mesajı belirtir.
İletişim Kutusu Kimliği | Ekran görüntüsü | Açıklama | Desteklenen Özelleştirme | ||
---|---|---|---|---|---|
Engellendi | Salt Okunur Erişimi | Tam Erişim | |||
A-1 | Korumasız ortama Koruma sağlama sorulur. Kullanıcı No (Hayır) öğesine tıklarsa aygıt korumasız bırakılır ve erişim, Access To un-Shielded Media (Korumasız Ortama Erişim) politikasına bağlıdır. | endState message | |||
A-2 | Aygıt 5.3 öncesi bir EMS tarafından korunuyorsa bu iletişim kutusu, kullanıcının EMS'ye yükseltme yapmak isteyip istemediğini sormak için gösterilir. Bu mesaj yalnızca aygıt, yeni dolaşım kurallarına göre geçerli kullanıcı/makine kombinasyonuyla yükseltilebiliyorsa görüntülenir. | endState message | |||
A-3 | Bu iletişim kutusu, aygıttaki anahtar malzemenin geri yüklenmesi gerektiğinde gösterilir. Manuel kimlik doğrulama hatası, kullanıcının yaptığı izinsiz değişiklik veya hasar görmüş aygıt nedeniyle silinmiş olabilir. Anahtar malzemenin sıfırlanmasını gerektiren politikadaki değişiklik de bu mekanizmayı tetikler. | endState mesaj bağlantısı | |||
B-1 | Bu iletişim kutusu, bir aygıt Korumalı olduğunda veya kurtarıldığında gösterilir. | endState message | |||
B-2 | Kullanıcı, Yönetici tarafından belirlenen kısıtlamaları karşılamayan bir parola girdikten sonra gösterilir. | endState message | |||
B-3 | Genelde manuel kimlik doğrulamanın sonucunda aygıt parolasının yeniden ayarlanması gerektiği zaman gösterilen iletişim kutusu. Bu durumda, İptal işlemi cihazı ilke odaklı bir durumda bırakır. | endState message | |||
B-4 | Girilen parola, parola kısıtlamalarını karşılamıyorsa parola sıfırlama iletişim kutusunu yeniden görüntüleme. | endState message | |||
B-5 | Yeni parolayı önceki parolayla aynı olacak şekilde ayarladıktan sonra parola sıfırlama iletişim kutusunu yeniden görüntüleme. | Mesaj | |||
C-1 | Otomatik kimlik doğrulama mümkün olmadığında kullanıcıdan parola kimlik doğrulaması için aygıt parolasını talep edin. | endState message iForgot fusWarning | |||
C-2 | Kimlik doğrulama için verilen parola yanlışsa kullanıcıdan parolayı tekrar girmesini isteriz. | endState message iForgot fusWarning | |||
D-1 | Temizleme işlemi gerçekleşirken ve tepsi simgesi görüntülenirken gösterilen media Shielded iletişim kutusu. | Evet | |||
D-2 | Temizleme işlemi kapatıldığında görüntülenen media Shielded iletişim kutusu. | Evet | |||
E-1 | Kullanıcı, bir aygıtın kimliği doğrulandıktan sonra mevcut aygıt parolasını değiştirmek istediğinde görüntülenir. | Evet | |||
E2 | Muhtemelen geçerli parolanın yanlış girilmesi nedeniyle parola değişikliği başarısız olduğunda parola değişikliği iletişim kutusunu yeniden görüntüleme. | Evet | |||
E-3 | Yeni parola yönetim parolası kısıtlamalarını karşılamıyorsa parola değişikliği iletişim kutusunu yeniden görüntüleme. | Evet | |||
E-4 | Geçerli parola artık yeni politika gereksinimlerini karşılamadığında parola değişikliği iletişim kutusunu görüntüleyin. | Evet | |||
F-1 | Kullanıcı, politika tarafından belirlenen sayıda doğru parolayı giremediğinde gösterilir. | Evet | |||
F-2 | Kullanıcı, politika tarafından belirlenen sayıda doğru parolayı giremediğinde gösterilir. Bu durumda, VolumeInfo.xml dosyası eksik veya bozuktur. | Bu, özelleştirme açısından F-1 ile aynıdır. | |||
G-1 | Anahtar malzemesi kaybolduğunda ancak makine/kullanıcı kombinasyonu aygıtı kurtarmamıza izin vermediğinde gösterilir (kullanıcıya, anahtar malzemeyi geri yüklemek için aygıtı orijinal kullanıcının oturum açtığı bir Korumalı bilgisayara takmasını söyler (Dolaşım varsa). Dolaşım yoksa kurtarma için tam makine/kullanıcı eşleşmesi gerekir! | Evet | |||
G-2 | Bir aygıt 5.3 öncesi CMG tarafından korumaya alındığında ve orijinal kullanıcı altındaki orijinal makinede olmadığından yükseltilemediğinde görüntülenir. | Evet | |||
G-3 | Ortam (disketler) EMS Korumasına izin vermek için çok küçük olduğunda görüntülenir. | Evet | |||
G-4 | Aygıt, EMS Koruması için yeterli boş alana sahip değilse görüntülenir. | Evet | |||
G-5 | Bir aygıtın anahtar malzemesi kaybolduğunda ve Koruma Kimliğini almanın bir yolu olmadığı için bu malzemeden kurtarmanın bir yolu olmadığı zaman gösterilir. | Evet | |||
G-6 | Politika, Koruma takılı değilken şifrelenmiş ortamın erişimine izin vermezse görüntülenir. | Evet | |||
G-7 | Kullanıcı, Windows EMS Korumalı bilgisayara El Tipi EMS aygıtı taktığında görüntülenir. | Evet | |||
G-8 | Manuel kimlik doğrulama hatası nedeniyle anahtar malzemesi silindiğinde görüntülenir. Bu, politika tarafından kontrol edilir. | Evet | |||
G-9 | Manuel kimlik doğrulama hatası nedeniyle aygıt bir soğutma süresine girdiği zaman görüntülenir. Bu, politika tarafından kontrol edilir. | Evet | |||
G-10 | Kullanıcıyı, politika gerektirdiğinde salt okunur bir aygıtın Korumasız olduğu konusunda uyarır. | Evet | |||
G-11 | Kullanıcıyı, aygıtın farklı bir bilgisayarda yükseltme temizleme işlemi geçirdiğini konusunda uyarır. | Evet | |||
G-12 | Yüklü EMS'den daha yeni olan bir aygıt onarılamaz. | Evet | |||
G-13 | Disk bölümü; daha yeni, desteklenmeyen IFF biçimiyle şifrelenir. Ortam engellenir. | Evet | |||
H-1 | Bir aygıt parolasının kabul edildiğini belirten bir konuşma balonu veya iletişim kutusu gösterir. | Evet | |||
H-2 | Orijinal Korumalı bilgisayardaki bir aygıtın kimliğinin otomatik olarak doğrulandığını belirten bir konuşma balonu görüntüler. | Evet | |||
I-1 | Temizlemeler sırasında gösterilen hareketli bir iletişim kutusu (EMS'nin bunu göstermesi önemlidir çünkü bu adımdan önce aygıtı çıkarmak, aygıttaki verilerin şifrelenmemiş kalmasına neden olur). | Evet | |||
I-2 | Şifre çözme taramaları sırasında gösterilen hareketli bir iletişim kutusu. EMS'nin bunu görüntülemesi önemlidir çünkü bu adımdan önce aygıtı çıkarmak, aygıttaki verilerin şifrelenmemiş kalmasına neden olur. | Evet | |||
J-1 | EMS dosyalarını yeni Korumalı bir aygıta yükleme işlemi sırasında kullanılan ilerleme iletişim kutusu. Ortam çıkarılmamalıdır. | Evet | |||
J-2 | Korumalı bir aygıttaki EMS dosyalarını yükseltme sırasında kullanılan ilerleme iletişim kutusu. Ortam çıkarılmamalıdır. | Evet | |||
K-1 | Bir aygıtın kimliği doğrulanırken Hızlı Kullanıcı Değişimiyle ilgili uyarı için kullanılan Evet/Hayır İletişim Kutusu. | Evet |
<?xml version="1.0" encoding="utf-8"?> <emsCustomDialogStrings> <version> <cmgClient>8.x.x</cmgClient> <customStrings>1.0</customStrings> </version> <!-- ENGLISH/DEFAULT --> <languageSet languageId="0x00"> <dialog id="A-1"> <message>Ask to Shield unprotected media.[EndState: ALL]</message> <link url="https: www.dell.com">Link to more info about encryption or the end state...</link> </dialog> <!-- <dialog id="A-1" endState="blocked"> <message>Ask to Shield unprotected media.[EndState: BLOCKED]</message> <link url="https: www.dell.com">Link to more info about encryption or being blocked...</link> </dialog> <dialog id="A-1" endState="readonly"> <message>Ask to Shield unprotected media.[EndState: READ-ONLY]</message> </dialog> <dialog id="A-1" endState="fullaccess"> <message>Ask to Shield unprotected media.[EndState: FULL ACCESS]</message> </dialog> --> <dialog id="A-2" endState="blocked"> <message>Ask to upgrade pre-EMS device (CMG Shielded) to EMS Shielding.[EndState: BLOCKED]</message> <link url="https: www.dell.com">Link to more info about preEMS devices or being blocked...</link> </dialog> <dialog id="A-2" endState="readonly"> <message>Ask to upgrade pre-EMS device (CMG Shielded) to EMS Shielding.[EndState: READ-ONLY]</message> </dialog> <dialog id="A-2" endState="fullaccess"> <message>Ask to upgrade pre-EMS device (CMG Shielded) to EMS Shielding.[EndState: FULL ACCESS]</message> </dialog> <dialog id="A-3" endState="blocked"> <message>Ask to restore key material.[EndState: BLOCKED]</message> <link url="https: www.dell.com">Link to more info about recovery or being blocked...</link> </dialog> <dialog id="A-3" endState="readonly"> <message>Ask to restore key material.[EndState: READ-ONLY]</message> </dialog> <dialog id="A-3" endState="fullaccess"> <message>Ask to restore key material.[EndState: FULL ACCESS]</message> </dialog> <dialog id="B-1" endState="blocked"> <message>This dialog is shown when a device is Shielded or recovered.[EndState: BLOCKED]</message> </dialog> <dialog id="B-1" endState="readonly"> <message>This dialog is shown when a device is Shielded or recovered.[EndState: READ-ONLY]</message> </dialog> <dialog id="B-1" endState="fullaccess"> <message>This dialog is shown when a device is Shielded or recovered.[EndState: FULL ACCESS]</message> </dialog> <dialog id="B-2" endState="blocked"> <message>Shown after the user enters a password which does not meet the restrictions placed by the Administrator.[EndState: BLOCKED]</message> </dialog> <dialog id="B-2" endState="readonly"> <message>Shown after the user enters a password which does not meet the restrictions placed by the Administrator.[EndState: READ-ONLY]</message> </dialog> <dialog id="B-2" endState="fullaccess"> <message>Shown after the user enters a password which does not meet the restrictions placed by the Administrator.[EndState: FULL ACCESS]</message> </dialog> <dialog id="B-3" endState="blocked"> <message>Dialog displayed when the device's password needs to be set again, usually as a result of a manual authentication. In this case a 'Cancel' will leave the device in a policy driven state..[EndState: BLOCKED]</message> </dialog> <dialog id="B-3" endState="readonly"> <message>Dialog displayed when the device's password needs to be set again, usually as a result of a manual authentication. In this case a 'Cancel' will leave the device in a policy driven state..[EndState: READ-ONLY]</message> </dialog> <dialog id="B-3" endState="fullaccess"> <message>Dialog displayed when the device's password needs to be set again, usually as a result of a manual authentication. In this case a 'Cancel' will leave the device in a policy driven state..[EndState: FULL ACCESS]</message> </dialog> <dialog id="B-4"> <message>Redisplay the password reset dialog when the password provided did not meet the password restrictions.</message> </dialog> <dialog id="B-5"> <message>Redisplay the password reset dialog after setting the new password to be the same as the previous password.</message> </dialog> <dialog id="C-1" endState="blocked"> <message>Request the device password from user for password authentication when auto authentication is not possible.[EndState: BLOCKED]</message> <iForgot>This is the confirmation that you really want to say 'I Forgot'. If you do you, will need to manually authenticate by contacting an administrator or logging in the owning user.</iForgot> <fusWarning>This is the warning about multiple users being logged in which will result in all users having access to the device if it is authenticated!</fusWarning> </dialog> <dialog id="C-1" endState="readonly"> <message>Request the device password from user for password authentication when auto authentication is not possible.[EndState: READ-ONLY]</message> <iForgot>This is the confirmation that you really want to say 'I Forgot'. If you do you, will need to manually authenticate by contacting an administrator or logging in the owning user.</iForgot> <fusWarning>This is the warning about multiple users being logged in which will result in all users having access to the device if it is authenticated!</fusWarning> </dialog> <dialog id="C-1" endState="fullaccess"> <message>Request the device password from user for password authentication when auto authentication is not possible.[EndState: FULL ACCESS]</message> <iForgot>This is the confirmation that you really want to say 'I Forgot'. If you do you, will need to manually authenticate by contacting an administrator or logging in the owning user.</iForgot> <fusWarning>This is the warning about multiple users being logged in which will result in all users having access to the device if it is authenticated!</fusWarning> </dialog> <dialog id="C-2" endState="blocked"> <message>If the password provided for authentication was incorrect, we ask the user to retry entering the password.[EndState: BLOCKED]</message> <iForgot>This is the confirmation that you really want to say 'I Forgot'. If you do you, will need to manually authenticate by contacting an administrator or logging in the owning user.</iForgot> <fusWarning>This is the warning about multiple users being logged in which will result in all users having access to the device if it is authenticated!</fusWarning> </dialog> <dialog id="C-2" endState="readonly"> <message>If the password provided for authentication was incorrect, we ask the user to retry entering the password.[EndState: READ-ONLY]</message> <iForgot>This is the confirmation that you really want to say 'I Forgot'. If you do you, will need to manually authenticate by contacting an administrator or logging in the owning user.</iForgot> <fusWarning>This is the warning about multiple users being logged in which will result in all users having access to the device if it is authenticated!</fusWarning> </dialog> <dialog id="C-2" endState="fullaccess"> <message>If the password provided for authentication was incorrect, we ask the user to retry entering the password.[EndState: FULL ACCESS]</message> <iForgot>This is the confirmation that you really want to say 'I Forgot'. If you do you, will need to manually authenticate by contacting an administrator or logging in the owning user.</iForgot> <fusWarning>This is the warning about multiple users being logged in which will result in all users having access to the device if it is authenticated!</fusWarning> </dialog> <dialog id="D-1"> <message>The 'media Shielded' dialog displayed after provisioning of a device when sweeping will occur.</message> </dialog> <dialog id="D-2"> <message>The 'media Shielded' dialog displayed after provisioning of a device, but *no* sweep will occur.</message> </dialog> <dialog id="E-1"> <message>Displayed when the user asks to change the existing device password after a device has been authenticated.</message> </dialog> <dialog id="E-2"> <message>Redisplay password change dialog when the change of password fails, probably due to an incorrect current password.</message> </dialog> <dialog id="E-3"> <message>Redisplay password change dialog when the new password does not meet administrative password restrictions.</message> </dialog> <dialog id="E-4"> <message>Display password change dialog when the current password no longer meets new policy requirements.</message> </dialog> <dialog id="F-1"> <message>Shown when the user has failed to enter the password the number of times defined by policy.</message> <cancelWarning>This text should express the repercusions of cancelling manual authentication!</cancelWarning> </dialog> <dialog id="G-1"> <message>Shown when the key material is lost but the machine/user combination does not allow us to recover the device. Should tell the user to insert the device in a CMG Shielded machine where the original user is logged in (if Roaming) to restore the key material. If not Roaming, we need a full machine/user match to recover.</message> </dialog> <dialog id="G-2"> <message>Displayed when an external device was Shielded by CMG (pre-5.3) and cannot be upgraded because its not in the original machine under the original user.</message> </dialog> <dialog id="G-3"> <message>Displayed when the media (floppies) is too small to allow EMS Shielding.</message> </dialog> <dialog id="G-4" endState="blocked"> <message>Displayed when the external device does not have enough free space to EMS Shield the device.[EndState: BLOCKED]</message> </dialog> <dialog id="G-4" endState="readonly"> <message>Displayed when the external device does not have enough free space to EMS Shield the device.[EndState: READ-ONLY]</message> </dialog> <dialog id="G-4" endState="fullaccess"> <message>Displayed when the external device does not have enough free space to EMS Shield the device.[EndState: FULL ACCESS]</message> </dialog> <dialog id="G-5"> <message>Shown when a device's key material has been lost and there is no way to recover from it because there is no way to retrieve the Shield ID.</message> </dialog> <dialog id="G-6"> <message>Displayed when policy does not allow access of encrypted media w/o the CMG Shield installed.</message> </dialog> <dialog id="G-7"> <message>Displayed if the user happens to insert a Handheld EMS device into an Windows EMS Shielded machine.</message> </dialog> <dialog id="G-8"> <message>Displayed when the key material is deleted due to a manual authorization failure. This is controlled by policy.</message> </dialog> <dialog id="G-9"> <message>Displayed when device has entered a cooldown period due to a manual authorization failure. This is controlled by policy.</message> </dialog> <dialog id="G-10"> <message>Warns the user that a read-only device cannot be Shielded when policy requires it.</message> </dialog> <dialog id="G-11"> <message>Warns the user that the device was undergoing an upgrade sweep in a different machine.</message> </dialog> <dialog id="G-12"> <message>Cannot repair a device newer than the EMS currently installed.</message> </dialog> <dialog id="G-13"> <message>Volume is encrypted with an newer, unsupported IFF format. Media is blocked.</message> </dialog> <dialog id="G-14"> <message>Shown when a user double-clicks a file in EMSExplorer. It tells them that this feature has been disabled.</message> </dialog> <dialog id="G-15"> <message>If during a sweep we fail to encrypt a file due to lack of free space on the device, this dialog is shown.</message> </dialog> <dialog id="J-1"> <message>Progress dialog used during the process of installing EMS files into a newly Shielded device. Media *should not* be ejected at this point.</message> </dialog> <dialog id="J-2"> <message>Progress dialog used during the process of upgrading EMS files in a shielded device. Media *should not* be ejected at this point.</message> </dialog> <dialog id="K-1"> <message>The Yes/No Dialog being used for the Fast User Switching related warning when a device is being autoauthenticated...</message> </dialog> </languageSet> </emsCustomDialogStrings>
Destek ile iletişime geçmek için Dell Data Security Uluslararası Destek Telefon Numaraları başlıklı makaleye başvurun.
Çevrimiçi olarak teknik destek talebi oluşturmak için TechDirect adresine gidin.
Daha fazla faydalı bilgi ve kaynak için Dell Security Topluluk Forumu'na katılın.