79159242

Date: 2024-11-05 13:18:11
Score: 1.5
Natty:
Report link

It's all good I finally managed to fix my issue

Just for info, the final code looks like this :

@echo off
FOR /F "skip=2 tokens=3,*" %%A IN ('reg.exe query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\excel.exe" /ve') DO set "DFMT=%%B"
echo %DFMT%
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Zedude