בקשת קובץ bat - לשינוי "מה קורה בסגירת המכסה"
-
בדרך כלל אני עושה שמתי שאני סוגר את המסך אז המחשב עובר לשינה
לפעמים אני צריך לסגור את המסך ושישאר לעבוד
ואני קצת מתעצל להיכנס כל פעם ולשנות
אז אני צריך בבקשה אם מישהו יכול לעשות קובץ שיחליף את "מה קורה בסגירת המסך" ( במצב שלא מחובר לחשמל) מ - מצב שינה ל- אל תעשה דבר
וגם עוד אחד שיחזיר את זה לקדמותו , אחרי שאני יגמור לעבוד איתו -
ציטוט מסטאק אוברפלו:
Here's an untested example script for you to try:
@"%__AppDir__%powercfg.exe" -SetDCValueIndex Scheme_Current 4f971e89-eebd-4455-a8de-9e59040e7347 5ca83367-6e45-459f-a27b-476b1d01c936 1 @"%__AppDir__%powercfg.exe" -SetACValueIndex Scheme_Current 4f971e89-eebd-4455-a8de-9e59040e7347 5ca83367-6e45-459f-a27b-476b1d01c936 0 @"%__AppDir__%powercfg.exe" -SetActive Scheme_Current
The first command sets the current power configuration When I close the lid and On battery to Sleep. The second line sets the current power configuration When I close the lid and Plugged in to Do nothing. The third line activates the new settings.
[Edit /]
Based upon your comment regarding the GUID's, I have decided to add the below answer, which uses their aliases instead. You can find out those aliases along with their respective GUID's by entering
"%__AppDir__%powercfg.exe" /Aliases
at the Command Prompt.
@"%__AppDir__%powercfg.exe" -SetDCValueIndex Scheme_Current Sub_Buttons LidAction 1 @"%__AppDir__%powercfg.exe" -SetACValueIndex Scheme_Current Sub_Buttons LidAction 0 @"%__AppDir__%powercfg.exe" -SetActive Scheme_Current
בנוסף עיין כאן: https://stackoverflow.com/questions/15455864/powershell-set-lid-close-action
-
@menis
תודה רבה
אפשר בבקשה קצת הסבר?
אני שמתי שורה אחת בקובץ טקסט ושינתי אותו ל bat וזה לא משנה כלום - ניסתי עם שתי השורותמה לא עשיתי טוב?
איך צריך לעשות?עריכה : בסוף הצלחתי
והבעיה היתה שלא סגרתי את הלוח בקרה מתי שהפעלתי את הפקודה
תודה רבה