The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Turn off the screen by software?

    Discussion in 'Windows OS and Software' started by Aiden1945, Jan 25, 2008.

  1. Aiden1945

    Aiden1945 Notebook Geek

    Reputations:
    0
    Messages:
    77
    Likes Received:
    0
    Trophy Points:
    15
    If I leave my desktop PC turned on 24/7 I manually switch off the monitor when not using it. In the laptop, Windows power managment will standy the screen, but since I cannot physically swith off the monitor (without closing it, that's the only switch) i'd like to know if there's any software to do it. Or at least a program that puts the screen in standby mode and only turns it on when pressing some keys.

    Thanks.
     
  2. robus

    robus Notebook Geek

    Reputations:
    9
    Messages:
    77
    Likes Received:
    0
    Trophy Points:
    15
    Do a search for MonOff.
    It kills any and all monitors connected to pc or lappy.
    Move the mouse or touch any key and is awake.
     
  3. NotebookYoozer

    NotebookYoozer Notebook Evangelist

    Reputations:
    83
    Messages:
    536
    Likes Received:
    0
    Trophy Points:
    30
    unzip
    create shortcut
    say 'thanks'
     

    Attached Files:

  4. kozzney

    kozzney Notebook Evangelist

    Reputations:
    41
    Messages:
    565
    Likes Received:
    0
    Trophy Points:
    30
    Would there be any way to add something to this program that locks the computer at the same time when you click on this program?
     
  5. kozzney

    kozzney Notebook Evangelist

    Reputations:
    41
    Messages:
    565
    Likes Received:
    0
    Trophy Points:
    30
    nvm i just figured out how to create a batch file
     
  6. Aiden1945

    Aiden1945 Notebook Geek

    Reputations:
    0
    Messages:
    77
    Likes Received:
    0
    Trophy Points:
    15
    Interesting... what's the command to lock the computer too? I searched and there's a tool called "nircmd" wich is able to perfom a lot of windows tasks.
     
  7. kozzney

    kozzney Notebook Evangelist

    Reputations:
    41
    Messages:
    565
    Likes Received:
    0
    Trophy Points:
    30
    The following code is what I used to create a file called "Lock.bat" in Notepad:

    Code:
    @echo off
    rundll32.exe user32.dll, LockWorkStation
    start C:\MonitorOff\MonitorOff.exe
    cls
    The first line is just supposed to be there, the second line locks the computer, and the third line needs to be replaced with the location that you have the MonitorOff.exe program, and the fourth line clears the screen.

    Hope this helps.
     
  8. Aiden1945

    Aiden1945 Notebook Geek

    Reputations:
    0
    Messages:
    77
    Likes Received:
    0
    Trophy Points:
    15
    You need to write "/wait" before the lock command. Why? Batch files run all commands at once. With wait, lock finish first, and then monitor is tuned off. The way you wrote it the monitor was left on.

    /wait rundll32.exe user32.dll, LockWorkStation
     
  9. kozzney

    kozzney Notebook Evangelist

    Reputations:
    41
    Messages:
    565
    Likes Received:
    0
    Trophy Points:
    30
    I see what you are saying, but it worked for me without the /wait
     
  10. Lawrence

    Lawrence Notebook Evangelist

    Reputations:
    255
    Messages:
    492
    Likes Received:
    0
    Trophy Points:
    30
    My utility WinFlog

    Turns-OFF your monitor instantly by Adding "Monitor OFF" in the Computer Icon and Desktop Context Menu (Right-Click Menu).

    [​IMG]

    DOWNLOAD

    :)
     
  11. kozzney

    kozzney Notebook Evangelist

    Reputations:
    41
    Messages:
    565
    Likes Received:
    0
    Trophy Points:
    30
    And now, of course, it doesn't work anymore with or without the /wait. It worked fine the first time I tested the .bat file without the /wait, turning off the screen and locking the computer, but now it turns off the screen, and locks the computer which turns the screen back on. Frustrating.
     
  12. Aiden1945

    Aiden1945 Notebook Geek

    Reputations:
    0
    Messages:
    77
    Likes Received:
    0
    Trophy Points:
    15
    In my case, with "/wait rundll32.exe..." the screen is turned off, but it does not lock the computer. I think that command used to work, maybe its too old (Win 9x) for 2000/XP computers.
     
  13. Lawrence

    Lawrence Notebook Evangelist

    Reputations:
    255
    Messages:
    492
    Likes Received:
    0
    Trophy Points:
    30
    hello aiden1945...did you try my software? Please try it. If you have some suggestion to the program...Please feel free to post.