Image

Fix Broken EXE File Association in Windows 11/10 [Solution]

Locked
User avatar
[DEKARON]Melissa
Site Admin
Posts: 14
Joined: Sat Nov 20, 2021 12:01 pm
Contact:

Fix Broken EXE File Association in Windows 11/10 [Solution]

Post by [DEKARON]Melissa »



cmd commands.zip
(292 Bytes) Downloaded 1035 times
step1.bat
@Echo Off

assoc .exe=exefile

shutdown -r

step2.bat
@Echo Off

sfc /scannow

shutdown -r
Locked