@echo off
rem $Id: logoff.cmd 1084 2026-05-05 16:00:05Z bertrand $
chcp 1252 >nul
title Fermeture de session
echo Appuyez sur une Entrée pour fermer la session
echo Fermez la fenêtre de commande pour annuler
pause
C:\Windows\System32\logoff.exe /V || C:\Windows\System32\shutdown.exe /l
exit /b 0
