1. #1

    Friend gave me a .exe file that he said was a program he needed help w/ for school...

    ...and all that came up was "UH OH YOU'RE BEING LOGGED OFF" before it logged off my computer. I'm not very tech savvy, but I did notice that the file was roughly 31kb and I checked my add/remove programs and there was nothing there that was new. What's the worst he could have done? I've got a lot of private information on my computer that I don't want a friend getting at because of what looks like an "April Fools" joke and am worried he might've installed something malicious.

  2. #2

  3. #3
    This is why everyone should be running with an AV.

    It also might be a joke .bat which only runs the shutdown CMD command.

  4. #4
    windows key + r

    type in

    shutdown -a

    You're welcome.

  5. #5
    Either it's just a prank, or he's not really a friend.
    ||i5 3570k @ 4.4GHz||H100 push/pull||AsRock Z77 Extreme4||16Gb G.Skill Ripjaws 1600MHz||Gigabyte Windforce GTX 970|| Coolermaster Storm Trooper||Corsair TX850 Enthusiast Series||Samsung 840 Pro 128gb(boot drive)||1TB WD HDD, 2x 3TB WD HDD, 2TB WD HDD||

    Bdk Nagrand / Astae Nagrand
    Pokemon X FC: 4656-7679-2545/Trainer Name: Keno

  6. #6
    Banned Gandrake's Avatar
    10+ Year Old Account
    Join Date
    Jan 2010
    Location
    Virginia, USA
    Posts
    7,317
    Quote Originally Posted by Evil Inside View Post
    Either it's just a prank, or he's not really a friend.
    or, if he got it over a messenger, he could have just been hacked

    a year ago one of my friends MSN got hacked, now whenever i sign in he's pretending to be a woman and attempting to seduce me with his feminine charm so that i will click the suspicious link

  7. #7
    Quote Originally Posted by Butler Log View Post
    windows key + r

    type in

    shutdown -a

    You're welcome.
    This doesn't work for an untimed shutdown. Whenever I download something big from Steam or am doing something that will take awhile, I'll generally do it overnight and will set a shutdown timer. On the times I've forgotten to input a time and immediately attempted shutdown -a, it would say something like "Command 'shutdown' cannot be executed because windows is shutting down."

    As for the OP, check the file to see if it's a batch file.

    My bet is it's something like this:
    Code:
    msg * UH OH YOU'RE BEING LOGGED OFF
    shutdown -s
    Given that the file is only 31 KB that seems to be about the size a short message with a shutdown command would be (assuming he used a more complicated method of sending a message).
    Last edited by v2prwsmb45yhuq3wj23vpjk; 2013-04-01 at 01:59 AM.

  8. #8
    Quote Originally Posted by Bergtau View Post
    This doesn't work for an untimed shutdown. Whenever I download something big from Steam or am doing something that will take awhile, I'll generally do it overnight and will set a shutdown timer. On the times I've forgotten to input a time and immediately attempted shutdown -a, it would say something like "Command cannot be executed because windows is shutting down."
    Even if you execute it from an elevated command prompt?

  9. #9
    Quote Originally Posted by Butler Log View Post
    Even if you execute it from an elevated command prompt?
    Never tried it, always would just type it in Run because executing one command in Run was easier.

  10. #10
    Quote Originally Posted by Warwithin View Post
    I've got a lot of private information on my computer that I don't want a friend getting at
    lol

    Get a decent anti-virus. Be less gullible.

  11. #11
    Herald of the Titans
    10+ Year Old Account
    Join Date
    Apr 2010
    Location
    Tempest Keep
    Posts
    2,810
    he probably planted your registry you'll need to wipe your hard-drive to get it off

  12. #12
    I am Murloc! Grym's Avatar
    10+ Year Old Account
    Join Date
    Feb 2011
    Location
    Somewhere in UK where there is chicken
    Posts
    5,207
    See the friend tomorrow, greet him with a punch in the mouth, and warn him sending you any weird shit next time he will be greeted with a baseball bat.

    On your way out also punch yourself for believing him, do NOT, accept .exe file from an untrusted source (like from your school officially, or major website and you know what you are downloading), a .exe from a friend I will never receive, I do not count friends as a trust worthy source.

  13. #13
    Open notepad and copy paste this.

    Code:
    @echo off
    echo UH OH YOU'RE BEING LOGGED OFF
    ping localhost -n 4 >nul
    shutdown /f /l

    Save it as "Log.bat" to your desktop. Run it and if it's like your friends he probably converted the batch file to an executable application.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •