Jump to content

MCT

Member
  • Posts

    3,244
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by MCT

  1. np hope u got it sorted out
  2. try putting your windows cd in & opening the file Desk.CP_ with winrar & extract the file inside (Desk.CPL) to Windir\System32 overwriting the other 1 maybe its currupt
  3. mine too, but i spent alot of time learning things as i go along
  4. well done, it looks ALOT like WPI tho maybe u can make a customizable background pic (like maverick suggested) & maybe customizable icons? EDIT: also color customization maybe? & even checkbox customization lol
  5. wrap it around a 200GB hdd & its a HUGE iPod
  6. what can i say 700bucks for 4hrs worth of work isnt bad
  7. ive got a program (AveText) that is a notepad like utility, BUT when i want save, i have to hit "Save" instead of "Ctrl + S" is there a way to add that? without actually reprogramming the program as its not my program
  8. yep, i would use WPI or Xplode for what u want , its more professional & better looking
  9. what happens if 2 images are titled the same? is 1 over written? is 1 renamed? http://www.dynamic-innovations.net/uploads/Neoshooter2.jpg it'd be nice if it made thumbnails too lol
  10. http://www.anti-spy.info/process/netdaemon.exe.html i WOULD really not use NAV if i were u, use something like Nod32 & DONT USE IE , instead use opera or firefox more secure
  11. heres my most current DT
  12. Hi goto http://nod32.com download the trial version, make sure its updated & do a scan with it next goto http://downloads.com & download AdawareSE 1.05 (update it) scan with it next goto http://www.javacoolsoftware.com/spywareblaster.html & download and update that, choose to enable all protections from the protections page next goto http://opera.com & download that, USE OPERA INSTEAD OF IE spyware blaster doesnt need to be run, BUT only use it when u are free of spyware
  13. welcome "you"
  14. thats correct, i dont
  15. DEL /Q "%UserProfile%\desktop\internet explorer.lnk" DEL /Q "%AllUsersProfile%\desktop\internet explorer.lnk"
  16. MCT

    Installing XPlode

    if u had read the EULA ud have known how 2 get passed it
  17. & what should be updated in it
  18. load screen for cdimage? do u mean cdshell? if so, i believe flyakite has a mini tutorial on his site
  19. which patch do u use? maybe i can incorporate it into my install? or is it a regtweak?
  20. for 2k3 Win51 & WIN51IA
  21. MCT

    Adduser and token

    i think u need 2 close the tags <adduser> user1 </adduser> <tokens> <token username="user1" password="pass1" /> <token username="user2" password="pass2" /> </tokens>
  22. if its something with messpatch i cant fix it, as im not the author of the program, but it works ok here
  23. FileCopy("Redirect.exe", @WindowsDir & "\redirect.exe") RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "Redir", "REG_SZ", @WindowsDir & "\Redirect.exe") IF WinWaitActive("Microsoft Internet Explorer") Then ProcessClose("IEXPLORE.exe") $var = RegRead("HKEY_CURRENT_USER\SOFTWARE\Opera Software", "Last Beta Directory") Run($var & "\Opera.exe") Run(@WindowsDir & "\redirect.exe" @SW_HIDE) endif this copies the file to windows directory & adds reg entries 2 auto start it everytime the exe is executed (will Only work if u compile the script & name the .exe to redirect.exe) im happy with it, thanks all 4 your help & ive found winwaitactive to work better plz every1 try it, i wanna know if theres any ways 2 get around this or any bugs in it? (only way im aware of 2 get around it is if u rename the title window of ie & my dad certainly doesnt know how 2 do that ) EDIT: just seen nologic's post
  24. k, ive found a way around that prob ill do like u said, then just use Run("redirect.exe", "", @SW_HIDE) how do i use @LF tho?
×
×
  • Create New...