软件星级:3分
磁盘清理工具 Glary Disk Cleaner v5.0.1.252下载-Glary Disk Cleaner最新版pc版下载v5.0.1.252
WizTree中文版下载-WizTree最新版下载v4.08
diskgenius2022最新版下载-diskgenius最新版下载v5.4.3.1342
diskgeniuspe版(附数据恢复教程)下载-DiskGenius PE版下载v5.4.3.1342
diskgenius正式版下载-diskgenius最新版本下载v5.4.3.1342
本地立即下载
软件大小:23MB可使用“记事本”进行编辑
支持的系统:Windows Server 2012/2012R2;Windows Server 2008/2008R2
PerfectDisk是一款经过微软Windows 2000/2003认证和Windows SP徽标认证的磁盘碎片整理软件,具有高度的安全性和可靠性。一套安全和强大的磁盘整理工具。可通过网络对远程计算机进行磁盘整理。无论磁盘的文件系统是是FAT、FAT32或是NTFS格式皆可以聪明地分析磁盘文件格式,它为家庭、小型商务和大型企业用户提供了高速、彻底并且易用的解决方案。它是经过微软认证的磁盘碎片整理软件,并且支持当今最大的磁盘驱动器。
备用key:410-2439624-421910-0663
SetCompressor /SOLID /FINAL lzma
SetCompressorDictSize 64
SetDatablockOptimize on
CRCCheck force
!define PRODUCT_NAME "PerfectDisk Server"
name "PerfectDisk Server"
outfile 'pd14.0_svr.exe'
SilentInstall silent
ICON "1.ico"
!include "MUI.nsh"
!define MUI_ICON "1.ico"
!insertmacro MUI_LANGUAGE "SimpChinese"
!include "x64.nsh"
XPStyle on
Function .onInit
SetSilent silent
System::Call 'kernel32::CreateMutexA(i 0, i 0, t "PerfectDisk Server 14.0.890 Pre-Actived") i .r1 ?e'
Pop $R0
StrCmp $R0 0 +3
MessageBox MB_OK|MB_ICONEXCLAMATION "PerfectDisk Server安装程序已经在运行。"
Abort
FunctionEnd
Section Main
SetDateSave off
SetOverwrite on
SetOutPath "$PLUGINSDIR"
File Untitled01.nsi
File InstallPD.exe
ClearErrors
Delete "$PLUGINSDIRUntitled01.nsi"
${If} ${RunningX64}
${DisableX64FSRedirection}
SetOutPath "$PLUGINSDIRx64"
File /r x64*.*
ExecWait "$PLUGINSDIRInstallPD.exe"
Sleep 200
${EnableX64FSRedirection}
${Else}
SetOutPath "$PLUGINSDIRx86"
File /r x86*.*
ExecWait "$PLUGINSDIRInstallPD.exe"
Sleep 200
${EndIf}
SetOutPath $TEMP
SectionEnd
VIPRODUCTVERSION 4.0.100.1190
VIAddVersionKey /LANG=2052 "CompanyName" "Raxco Software, Inc."
VIAddVersionKey /LANG=2052 "FileDescription" "The program will install PerfectDisk Server"
VIAddVersionKey /LANG=2052 "FileVersion" "4.0.100.1190"
VIAddVersionKey /LANG=2052 "InternalName" "stub32i"
VIAddVersionKey /LANG=2052 "LegalCopyright" "Copyright (C) 2015 Raxco Software Corporation"
VIAddVersionKey /LANG=2052 "OriginalFilename" "stub32i.exe"
VIAddVersionKey /LANG=2052 "ProductName" "PerfectDisk Server"
VIAddVersionKey /LANG=2052 "ProductVersion" "14.0.891.0"
VIAddVersionKey /LANG=2052 "Assembly Version" "4.0.325.0"