mode con cols=104 lines=30 @color 1E @cd\ @echo. @echo XPHOME @echo Ce batch cree la clef Option et la valeur OptionValue=1 @echo ce qui fait croire au systeme qu'il est en mode sans echec. @echo L'onglet securite fait alors partie des Proprietes des fichiers @echo. @echo Une fois terminee l'utilisation de l'onglet securite, @echo revenir sur cette console et appuyer sur une touche @echo afin de poursuivre l'execution du batch. @echo La suite du batch supprime la clef Option afin de revenir a la normale. @echo. @echo Si on oublie de le faire, petites surprises au prochain demarrage ! @echo Sans gravite mais reexecuter le batch complet sans tarder. @echo. @set key=HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Option reg add "%key%" /v OptionValue /t REG_DWORD /f /d 1 @echo. @echo. @echo ONGLET SECURITE UTILISABLE ! ALLEZ REGLER PROPRIETES ET PERMISSIONS @echo REVENEZ ICI UNE FOIS CES TRAVAUX TERMINES @echo LA SUITE DU BATCH EFFACE LA CLEF POUR REVENIR A LA NORMALE @echo. @echo APPUYER SUR UNE TOUCHE POUR REVENIR A LA NORMALE @echo APPUYER SUR UNE TOUCHE POUR REVENIR A LA NORMALE @echo APPUYER SUR UNE TOUCHE POUR REVENIR A LA NORMALE @echo. @pause>nul @echo ================================================ mode con cols=80 lines=20 @color 1F @echo. @echo XPHOME @echo Ce batch annule la simulation du mode sans echec @echo L'onglet securite ne sera alors plus accessible @echo comme c'est normalement le cas avec xphome @echo. @set key=HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Option reg delete "%key%" /f @echo. @echo. @echo SIMULATION DU MODE SANS ECHEC TERMINEE, RETOUR AU MODE NORMAL @echo. @echo APPUYER SUR UNE TOUCHE POUR FERMER CETTE CONSOLE @pause>nul goto eof: http://fspsa.free.fr/ http://fspsa.free.fr/xphome-onglet-securite.htm http://fspsa.free.fr/xphome-onglet-securite.htm#methode1 http://fspsa.free.fr/onglet-securite.cmd