Page 1 of 1

ChkDskGui

Posted: Sat May 02, 2020 4:21 am
by AZJIO
ChkDskGui

Download, v4.2 (x86, x64) : yandex upload.ee

Image

Re: ChkDskGui

Posted: Sat May 02, 2020 7:57 pm
by Kwai chang caine
I not need to check my disks actually, but it's interesting to see the source
So thanks a lot for sharing it 8)

Re: ChkDskGui

Posted: Thu May 07, 2020 5:20 am
by AZJIO
Updated

Fixed for WindowsXP
Removing duplicate drives when connecting Linux partitions using "Ext2 ​​Volume Manager"
Correct connection and disconnection of drives with multiple partitions.
Determining the size of a disk with a failed file system (RAW)
Sort disc list by column

Re: ChkDskGui

Posted: Fri May 08, 2020 9:34 am
by Mesa
French translation:

Code: Select all

;Fr
	If UserIntLang = 1036
	Lng(1) = "Erreur"
	Lng(2) = "Pas de disque"
	Lng(3) = "- Disque -"
	Lng(4) = "Type"
	Lng(5) = "- Nom -"
	Lng(6) = "Taille (Mo)"
	Lng(7) = "\F - Corrige les erreurs"
	Lng(8) = "\R - Récupère les secteurs défectueux"
	Lng(9) = "\X - Force le démontage du volume"
	Lng(10) = "Tous les disques"
	Lng(11) = "Go !"
	Lng(12) = "Copier vers le presse-papier (pour Win+R)"
	Lng(13) = "Menu"
	Lng(14) = ""
	Lng(15) = "Les disques physiques seront "
	Lng(16) = "vérifiés dans différents flux, "
	Lng(17) = "ce qui sera plus rapide."
	Lng(18) = "Copie de la ligne de commande"
	Lng(19) = "Commande longue (pour Win+R)"
	Lng(20) = "Commande courte (pour Win+R)"
	Lng(21) = "Batch"
	Lng(22) = "Registre"
	Lng(23) = "Vérifier le disque au démarrage de l'OS"
	Lng(24) = "Afficher la valeur de la clé 'BootExecute'"
	Lng(25) = "Lancer l'observateur d'évènement (eventvwr.exe ->check log)"
	Lng(26) = "Ajouter ChkDskGui au menu"
	Lng(27) = "Créé un ini"
	Lng(28) = "Aide chkdsk.exe"
	Lng(29) = "Aide ChkDskGui"
	Lng(30) = "Télécharger AideChkDskGui"
	Lng(31) = "Supprimer ChkDskGui du menu"
	Lng(32) = " (admin)"
	Lng(33) = "Message"
	Lng(34) = "Exécuter en tant qu'administrateur et sélectionner un disque"
	Lng(35) = "Exécuter en tant qu'administrateur"
	Lng(36) = "Sélectionner un disque svp..."
	Lng(37) = "Ajouter au registre:"
	Lng(38) = "Ajout au registre impossible"
	Lng(39) = "Remplacer ini ?"
	Lng(40) = "Exécuter"
	Lng(41) = "ChkDskGui (connecté "
	Lng(42) = "ChkDskGui (déconnecté "
	Lng(43) = "Aide"
	; Lng(44) = "Clé supprimée" 
	EndIf
Mesa.

Re: ChkDskGui

Posted: Fri May 08, 2020 7:50 pm
by Mohsen
Nice!

Re: ChkDskGui

Posted: Sun Jul 19, 2020 10:02 pm
by AZJIO
Update (link in 1 post)
1. MBR/GPT
2. Added icon "?" for crashed/unknown discs
3. Ignoring errors when reading empty card readers

Re: ChkDskGui

Posted: Thu Nov 07, 2024 7:01 am
by AZJIO
1. Added redirection for x86 for WinPEx64 in the absence of chkdsk.exe in the SysWOW64 folder.
2. Added 4 hotkeys
3. improved code readability without affecting functionality (made magic numbers constants)
4. Added a context menu for disks.
5. Added the flag “forcelang = 0” to the ini file, where 0 is automatic, 1 is forced English, 2 is forced Russian.
6. The language file format has been slightly changed

Re: ChkDskGui

Posted: Tue Nov 12, 2024 7:45 pm
by idle
Great looking utility.