Jump to content

iamtheky

Member
  • Posts

    849
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by iamtheky

  1. Dim $aArray[7][1] $aArray [0][0] = "http://www.google.com" $aArray [1][0] = "http://www.microsoft.com" $aArray [2][0] = "http://www.yahoo.com" $aArray [3][0] = "http://www.bbcnews.com" $aArray [4][0] = "http://www.espn.com" $aArray [5][0] = "http://www.msfn.org" $aArray [6][0] = "http://www.sourceforge.net" _URL() func _URL() $size = UBound($aArray,1) $size -=1 $q = 1 $s= Round(100 / $size,0) for $i = 0 to $size step +1 $q += $s run ("cmd /c"&"start "& $aArray[$i][0]) sleep(5000) next EndFunc download autoit to compile this. just edit the examples and add items as necessary to the array and increment the number as you do so. Then update the Declare at the top with the number of items in the array (the array starts with 0, so this number is one higher than your last entry). The function should drive through the URLs opening them in your default browser.
  2. id*** - with two dots for the double dose
  3. You can also just set it to ATA mode in the BIOS, if it has that option. It would not be running optimally, but it would get you past the controller.
  4. Havent found a VNC server solution for non-jailbroken devices (like Cydias veency). And while the KVM route may be overkill (as you only need the V), if there is one that can be configured to always output video to IPxxx much like the computer versions then this should be equally as feasible. Mine is currently preforming the reverse function (controlling comp from i*) but the videos make it look like they are pretty close to the other way around.....but then I am believing the videos.
  5. @coffeefiend - please explain as I believe I am missing something wireshark in promiscuous -- copy all mode? i have intercepted many a packet traveling wireless. webwatcher copies all traffic out to a site where you retrieve it from, i do not understand how the method of connection matters. i now see the blog that suggested web watcher for the iDevices has dead links, does look like its only a computer solution. and KVM over IP absolutely functions over wireless, the one I have is pretty obvious though and have not explored others.
  6. wireshark maybe a KVM over IP solution - if there is one that is surreptitious enough or a paid solution tailored to the need http://www.pcsndreams.com/Pages/webwatcher.htm
  7. If this user creates a unique file on their desktop, when you do a search for that file on the server where is it at?
  8. are you messing with excel in this scheduled task? such that you may need to manually create "C:\Windows\System32\config\systemprofile\Desktop" folder first. http://social.msdn.microsoft.com/Forums/en/innovateonoffice/thread/b81a3c4e-62db-488b-af06-44421818ef91
  9. how about just a "real" gadget? http://gallery.live.com/liveItemDetail.aspx?li=a91668c2-c82c-48cb-8939-a8d20af60347&bt=1&pl=1
  10. "different HD/removable drives" --- leaves many many configurations does this behavior occur when copying items from the HD to a different location on that same HD? What about when copying from a removable device to another location on that same removable device?
  11. yeah other than the questionable use of ghostwalker by itself....and that your final is in mid June.... 2.c Requesting help with academic material, such as assignments, is not permitted on MSFN. Receiving such help is often viewed as plagiarism in many schools, and therefore cannot be allowed. This is for your own protection in your academic career.
  12. sure, but its saving as 97-2003. and the second link is a no-go (at least in office 2010), just says "microsoft office word" in the application field. if i may inquire, what is the benefit of knowing which release of office made the document? edit: (word 2000) is tagging as 'Microsoft Word 9.0' but thats the latest unique string i see on my docs in the 'application version' field
  13. I wouldnt reply to myself 6 hours after my original post as it generally deters people from helping you. http://forums.mydigitallife.info/threads/19989-Will-this-code-work-to-have-win7-automatically-install-applications http://www.msfn.org/board/setupcompletecmd-t137263.html Setupcomplete.cmd is ok. for your fonts i would just add the following lines to the setupcomplete.cmd and call it done. 1) copy c:\windows\*.ttf c:\windows\Fonts -->copies them from current location to correct location 2) start c:\windows\Fonts --> registers all the new fonts in the folder
  14. you can get rid of the security tab through gpo, and deny access to cacls/xcacls
  15. 1) Highlight all your text 2) Select insert --> table 3) Select Convert text to table 4) Under Table Tools --> Layout: Select 'Sort' 5) Sort column 2 6) convert that table back to text
  16. search the forums for "setupcomplete.cmd". probably the easiest way.
  17. Don't really understand the question, but I would at least keep the fonts with advanced features. http://www.howtogeek.com/howto/13484/use-advanced-font-ligatures-in-office-2010/
  18. what are you formatting with, have you tried a third party utility? maybe sdelete everything on it then format it.
  19. really, you thought microsoft decided to start giving away versions of xp over the torrent network and sketchy download sites? did you download your "copy" of xp sp3 from a website other than microsoft/technet/msdn? If yes, then I am going with that version is also warez and probably already nlited (and full of malware that will have all sorts of fun with your system). If you already have a legitimate and functional copy of XP, then maybe just slipstream it manually? the integrate switch is probably quicker and cleaner anyway.
  20. search 'setupcomplete.cmd'
  21. There is always WalMart - though i suppose there are some ethical questions. their criteria for software return consists of requirements you meet.
  22. http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=deb6731a-ca36-47a3-b4a0-2a1d19eefa05 contains the mshei and mssong true type fonts. even if the package wont install you can uniextract it and add the fonts manually.
×
×
  • Create New...