Everything else that doesn't fall into one of the other PB categories.
AZJIO
Addict
Posts: 2154 Joined: Sun May 14, 2017 1:48 am
Post
by AZJIO » Sat May 02, 2020 4:21 am
ChkDskGui
Download, v4.2 (x86, x64) :
yandex upload.ee
Last edited by
AZJIO on Thu Nov 07, 2024 7:04 am, edited 6 times in total.
Kwai chang caine
Always Here
Posts: 5494 Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France
Post
by Kwai chang caine » Sat May 02, 2020 7:57 pm
I not need to check my disks actually, but it's interesting to see the source
So thanks a lot for sharing it
The happiness is a road...
Not a destination
AZJIO
Addict
Posts: 2154 Joined: Sun May 14, 2017 1:48 am
Post
by AZJIO » Thu May 07, 2020 5:20 am
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
Mesa
Enthusiast
Posts: 433 Joined: Fri Feb 24, 2012 10:19 am
Post
by Mesa » Fri May 08, 2020 9:34 am
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.
Mohsen
Post
by Mohsen » Fri May 08, 2020 7:50 pm
Nice!
AZJIO
Addict
Posts: 2154 Joined: Sun May 14, 2017 1:48 am
Post
by AZJIO » Sun Jul 19, 2020 10:02 pm
Update (link in 1 post)
1. MBR/GPT
2. Added icon "?" for crashed/unknown discs
3. Ignoring errors when reading empty card readers
AZJIO
Addict
Posts: 2154 Joined: Sun May 14, 2017 1:48 am
Post
by AZJIO » Thu Nov 07, 2024 7:01 am
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
idle
Always Here
Posts: 5858 Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand
Post
by idle » Tue Nov 12, 2024 7:45 pm
Great looking utility.