Optimisation script. What would I remove to stop wireless turning off?
Results 1 to 4 of 4
  1. #1
    Tech Mentor Mr_Moo's Avatar
    Join Date
    Dec 2009
    Location
    UK
    Posts
    328

    Default Optimisation script. What would I remove to stop wireless turning off?

    Hi,

    Using the optimisation script, what lines of code would I remove to stop it turning wireless off? I've got an app on my tablet that controls the FX of Traktor, but I need Wifi still enabled. Thank you.

    This link contains the script in a Notepad format.
    http://www23.zippyshare.com/v/VTZUxZ9D/file.html

    This is the link to the blig post on DJtechtools.
    http://www.djtechtools.com/2011/08/1...-power-script/

  2. #2
    Tech Guru robdquick's Avatar
    Join Date
    Aug 2011
    Location
    Bristol, UK
    Posts
    588

    Default

    I would think it would be these 2 sections:

    rem Stopping DHCP Client, Wireless LAN and Bluetooth...
    net stop WinHttpAutoProxySvc /yes 2>%USERPROFILE%\temp.txt
    net stop dhcp /yes 2>%USERPROFILE%\temp.txt
    net stop wlansvc /yes 2>%USERPROFILE%\temp.txt
    net stop btwdins /yes 2>%USERPROFILE%\temp.txt
    net stop [service name] /yes 2>%USERPROFILE%\temp.txt


    rem Stopping Other Network Related Services...
    net stop "dns cache" /yes 2>%USERPROFILE%\temp.txt
    net stop netprofm /yes 2>%USERPROFILE%\temp.txt
    net stop nlasvc /yes 2>%USERPROFILE%\temp.txt
    net stop netman /yes 2>%USERPROFILE%\temp.txt
    net stop iphlpsvc /yes 2>%USERPROFILE%\temp.txt
    net stop lanmanworkstation /yes 2>%USERPROFILE%\temp.txt
    net stop "Bonjour Service" /yes 2>%USERPROFILE%\temp.txt
    net stop dhcp /yes 2>%USERPROFILE%\temp.txt
    net stop nsi /yes 2>%USERPROFILE%\temp.txt
    net stop lanmanserver /yes 2>%USERPROFILE%\temp.txt
    net stop lmhosts /yes 2>%USERPROFILE%\temp.txt
    net stop "shared access" /yes 2>%USERPROFILE%\temp.txt
    net stop nettcpportsharing /yes 2>%USERPROFILE%\temp.txt
    net stop remoteaccess /yes 2>%USERPROFILE%\temp.txt
    net stop alg /yes 2>%USERPROFILE%\temp.txt
    net stop bits /yes 2>%USERPROFILE%\temp.txt
    net stop "peerdists vc" /yes 2>%USERPROFILE%\temp.txt
    net stop certpropsvc /yes 2>%USERPROFILE%\temp.txt
    net stop homegrouplistener /yes 2>%USERPROFILE%\temp.txt
    net stop homegroupprovider /yes 2>%USERPROFILE%\temp.txt
    net stop winrm /yes 2>%USERPROFILE%\temp.txt
    net stop Broswer /yes 2>%USERPROFILE%\temp.txt
    net stop TrkWks /yes 2>%USERPROFILE%\temp.txt


    You may be able to get away with just deleting/commenting out the first section, test it out and see if that works first, if not then delete the 2nd section as well.
    Mobile DJ. 2 x Denon SC2900, Denon MC-6000 MK2, Wharfedale Titan 15a Powered Speakers, Titan A15 Subs, HP laptop. Shed load of lights!! Maschine Mikro MK2, Xone:K2.

    2nd Generation Mobile DJ
    2G on Twitter | 2G on Facebook
    | RobDQuick On Soundcloud


  3. #3
    Tech Mentor Mr_Moo's Avatar
    Join Date
    Dec 2009
    Location
    UK
    Posts
    328

    Default

    Thank you, ill take a look!

  4. #4
    Tech Guru ImNotDedYet's Avatar
    Join Date
    Jul 2013
    Location
    Denver, CO
    Posts
    1,646

    Default

    Keep in mind that sometimes on Windows systems, the wireless stuff actually can create things that sound like dropouts. I find if I try to record in Traktor, if I don't have my wireless items disabled, I get this. So I have to disable my wireless stuff in order to have clean recordings.
    2 x Technics 1210 MKII, Pioneer-DJM 900 Nexus, Traktor Scratch Pro, NI F1,
    Ableton Live 9.6 Suite, Ableton Push, Studio One 3, Moog Sub37, Roland Alpha Juno 2, Korg MS-20 Mini, Yamaha TG-77, TR-8, Rhodes MKI Stage, Wurlitzer 200a, couple pedals, couple amps, lots of software and a freakin iPad

Posting Permissions

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