Download for Windows Premium
Publiciteit
n the error code

Examples with "n the error code" and their translation in Chinees

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The WinRM service is unable to start because of a failure during initialization. %n%n Additional Data %n The error code is %1.
WinRM 服务无法启动,因为在初始化过程中出现故障。%n%n 其他数据 %n 错误代码为 %1。
The WinRM service encountered a catastrophic security failure. The service can no longer run under its security context. %n%n User Action %n Stop and restart the WinRM service. %n%n Additional Data %n The error code is %1.
WinRM 服务遇到灾难性的安全故障。服务无法继续在其安全上下文下运行。%n%n 用户操作 %n 停止并重新启动 WinRM 服务。%n%n 其他数据 %n 错误代码为 %1。
The WinRM service is stopping because there was a failure registering for changes to the configuration. %n%n User Action %n Restart the WinRM service. %n%n Additional Data %n The error code was %1.
WinRM 服务正在停止,因为注册配置的更改时出现故障。%n%n 用户操作 %n 重新启动 WinRM 服务。%n%n 其他数据 %n 错误代码为 %1。
The WinRM service had a failure during migration. %n%n User Action %n Create the configuration again using the WinRM command line tool. %n%n Additional Data %n The error code is: %1 %1
WinRM 服务在迁移期间出现故障。%n%n用户操作%n 使用 WinRM 命令行工具再次创建配置。%n%n其他数据%n 错误代码为: %1 %1

Andere resultaten

The Windows Firewall Driver found errors during shutdown. %n Error Code: %1
Windows 防火墙驱动程序在关闭期间发现错误。 %n 错误代码: %1
The Windows Firewall service found a critical runtime error. Terminating. %n Error Code: %1
Windows 防火墙服务发现关键运行时错误。正在终止。 %n 错误代码: %1
The Windows Firewall was unable to retrieve the security policy from the local storage. The Windows Firewall will continue enforcing the current enforced policy. %n Error Code: %1
Windows 防火墙无法从本地存储中检索安全策略。Windows 防火墙将继续实施当前实施的策略。 %n 错误代码: %1
A configured certificate could not be loaded from store. The serial number is attached for reference.%n%nExtended Error Code: 0x%1.%nCause: This could happen if the certificate is not found or if the server has insufficient privileges to read and/or access the store containing the certificate.
无法从存储区中加载已配置的证书。附上证书序列号以供参考。%n%n扩展错误代码: 0x%1。%n原因: 在未找到证书时可能会发生此问题,或者,如果服务器没有足够的权限读取和/或访问包含证书的存储,也可能会发生此问题。
Creates an Extensible Firmware Interface (EFI) system partition on a GUID partition table (GPT) disk. Syntax: CREATE PARTITION EFI [SIZE=N] [OFFSET=N] [NOERR] SIZE=N The size of the partition in megabytes (MB). If no size is given, the partition continues until there is no more free space in the current region. OFFSET=N The offset, in kilobytes (KB), at which the partition is no offset is given, the partition is placed in the first disk extent that is large enough to hold it. NOERR For scripting only. When an error is encountered, DiskPart continues to process commands as if the error did not occur. Without the NOERR parameter, an error causes DiskPart to exit with an error code. After the partition has been created, the focus is given to the new partition. A basic GPT disk must be selected for this operation to succeed. Example: CREATE PARTITION EFI SIZE=1000
在 GUID 分区表(GPT)磁盘上创建可扩展固件接口(EFI) 系统分区。 语法: CREATE PARTITION EFI [SIZE=N ] [OFFSET=N ] [NOERR] SIZE=N 分区大小,以兆字节(MB)为单位。如果未给定 大小,则会继续创建分区,直到当前区域中没有 更多可用空间。 OFFSET=N 创建分区所偏移,以千字节(KB)为单位。 如果未给定偏移,则将分区放置在 有足够空间容纳它的第一个磁盘盘区中。 NOERR 仅用于脚本。遇到错误时,DiskPart 会继续处理命令,如同没有出现错误一样。 如果不使用 NOERR 参数,错误会导致 DiskPart 退出 并返回错误代码。 创建分区之后,会将焦点提供给新分区。 必须选择一个基本 GPT 磁盘才能成功执行此操作。 示例: CREATE PARTITION EFI SIZE=1000
Creates a simple volume. Syntax: CREATE VOLUME SIMPLE [SIZE=N] [DISK=N] [ALIGN=N] [NOERR] SIZE=N The size of the volume in megabytes (MB). If no size is given, the new volume takes up the remaining free space on the disk. DISK=N The dynamic disk on which the volume is no disk is given, the current disk is used. ALIGN=N Typically used with hardware RAID Logical Unit Number (LUN) arrays to improve performance. Aligns all volume or partition extents to the closest alignment boundary. N is the number of kilobytes (KB) from the beginning of the disk to the closest alignment boundary. NOERR For scripting only. When an error is encountered, DiskPart continues to process commands as if the error did not occur. Without the NOERR parameter, an error causes DiskPart to exit with an error code. After you create the volume, the focus automatically shifts to the new volume. Example: CREATE VOLUME SIMPLE SIZE=1000 DISK=1
创建简单卷。 语法: CREATE VOLUME SIMPLE [SIZE=N ] [DISK=N ] [ALIGN=N ] [NOERR] SIZE=N大小,以兆字节(MB)为单位。如果未给定 大小,新卷将占据磁盘上的剩余可用空间。 DISK=N 在其上创建该卷动态磁盘。如果未指定磁盘, 则使用当前磁盘。 ALIGN=N 通常与硬件 RAID 逻辑单元号(LUN)阵列一起 使用以便提高性能。将所有的卷或分区 扩展到与最近的对齐边界对齐。N 为从磁盘 开始部分到最近的对齐边界的千字节(KB)数。 NOERR 仅用于脚本。遇到错误时,DiskPart 会继续 处理命令,如同没有出现错误一样。如果不使用 NOERR 参数,错误会导致 DiskPart 退出并返回错误代码。 创建该卷之后,焦点将自动移动到新卷上。 示例: CREATE VOLUME SIMPLE SIZE=1000 DISK=1
BizTalk Message Queuing failed to register or found %2 in Active Directory and returned the error code %1. %n Please use support utility 'tmq treg' to fix the problem.
BizTalk 消息队列无法在 Active Directory 中注册或找到 %2,返回错误代码 %1。%n 请使用支持实用工具 `tmq treg` 修复此问题。
Exchange VSS Writer failed to delete the transaction log file '%1' after successfully running recovery. The error code is %2. %n%nSubsequent restore attempts may fail until this file is manually removed.
Exchange VSS 书写器在成功运行恢复之后,未能删除事务日志文件"%1"。错误代码为 %2。 %n%n在手动删除此文件之前,尝试进行后续还原操作可能会失败。
Usage: REMOVE TPGROUP TPORTAL=N [NOERR] Removes the target portal from the currently selected target portal group. TPORTAL=N Specifies the index of the target portal to remove. NOERR For scripting only. When an error is encountered, DiskRAID continues to process commands as if the error did not occur. Without the NOERR parameter, an error causes DiskRAID to exit with an error code. A target portal group must be selected for this operation to succeed. Example: REMOVE TPGROUP TPORTAL=1 NOERR
用法: REMOVE TPGROUP TPORTAL=N [NOERR] 将目标门户从当前所选的目标门户组中删除。 TPORTAL=N 指定要删除的目标门户的索引。 NOERR 仅用于脚本,当发生错误时,DiskRAID 会继续处理命令, 如同没有发生错误一样。如果没有 NOERR 参数, 错误会导致 DiskRAID 退出并返回错误代码。 若要使此操作成功,必须选择目标门户组。 示例: REMOVE TPGROUP TPORTAL=1 NOERR
Er zijn geen resultaten gevonden voor deze term.
Woord & uitdrukking van de dag
Afbeelding van de dag
patty: small flat cake of minced food
Ontdek het woord
Publiciteit

Resultaten: 6033. Exact: 4. Verstreken tijd: 74 ms.