Jump to content

PaysanBarbare

Members
  • Posts

    5
  • Joined

  • Last visited

About PaysanBarbare

  • Birthday 04/26/1983

Profile Information

  • Location
    France

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

PaysanBarbare's Achievements

Seeker

Seeker (1/7)

4

Reputation

  1. Hello, I've just translate in english the tool I create to repair computers (since 2019). You can find documentation here https://boiteaoutils.xyz/ (sorry for google translation, but I think it's better than PaysanBarbare translation) It's not perfect, but it can help technicians in little shop to gain time. Here is a list of the features : Hard disk SMART status check remote office Automated software installation Downloading ISO files and migrating to Windows 10 or Windows 11 Customizable virus cleanup Creation of intervention report Technician-customizable troubleshooting tools download and run Backup of user documents, passwords and product key Installing device drivers RAM tests Automatic login (Autologon) Disabling standby Log recording Viewing System Information List of installed and uninstalled software Online monitoring of interventions for customers Creation of an SFX archive to easily install BAO on a client workstation Check alignment of partitions on SSD Sleep state control File association settings Calculation of the performance index Device Manager Check History of interventions Environment variables Copy to external media Compatibility with proaxive Customer and Intervention Management Battery life measurement network scanner Supervision of computers being repaired Script management (bat, powershell, reg) Silent software uninstallation You can if you want help me to correct my bad english (I'm french) and report errors/bugs. 7z file includes AutoIt3.exe and AutoIt3_x64.exe because I compile in a3x format. Antivirus are less agressive with my soft. If you have some solutions to not be detect by them, please write me. Thank you for your help. BAO-EN.7z
  2. Hello, Sorry for the delay (1 year is a lot 😕 ). Your right of course, I'm so sorry. I've just upload source of BAO-Remover in the first post. I will be happy to have your remarks and corrections.
  3. Hello, I wrote a script to silently uninstall softwares. It works with a lot of softwares. In case of failure, the script runs the regular uninstallation. It's possible to add softwares to a blacklist, to delete an entry in the registry (with right click), to export the list to a txt file. A log file is generated in the same folder of BAO-remover. It's the first release, so if you see some bugs, please post here with details! You can translate in other languages with the attach file lang.ini Thank you for your comments. BAO-Remover (sources).zip
  4. I'm sorry. So this is my post in english (I do my best 😅) :
  5. Bonjour WilliamasKumeliukas, Tu m'avais contacté il y a longtemps sur le forum français de autoit. J'ai malheureusement vu le message que tardivement. J'ai regardé ton travail et c'est super intéressant et prometteur. Il y a plein de bonnes idées. Voici ce que j'ai noté : 1) Le lien dans le premier post de ce fil contient l'erreur d'inclusion ligne 47 : #include <ExtMsgBox.au3> que tu as corrigé sur le github 2) Concernant Windows Update, le script plante, parce que le tableau $label est vide suite à la commande ligne 350 : For $i = UBound($label)-1 To 0 Step -1 If $label[$i] = "" Then _ArrayDelete($label, $i) EndIf Next Ca plante à la ligne 1242 : $sBannedList = GUICtrlRead($label[8]) ;Read what is input into text box J'ai bien avancé de mon côté, sur mon logiciel, notamment sur la recherche smart (après avoir fait des heures de recherches, j'ai utilisé smartmontools pour afficher les erreurs smart, wmi ou powershell n'étant pas complet),. Malheureusement, mon code est très peu commenté et peu lisible, aussi n'hésite pas à me demander si besoin, et à copier ce qui t'intéresse pour ton script. https://github.com/PaysanBarbare/BAO Bon développement !
×
×
  • Create New...