

InterviewSolution
Saved Bookmarks
1. |
Solve : usb auto start script like in the pre 2009 days autorun.ini autoplay.exe win7? |
Answer» <html><body><p>a rant you call it. more like i am upset becouse so many are against progress. many people were loving that they could plug in there device and instantly go about their business. we all just want to push a button and the computer start up and browser to open and go about our business.<br/><br/>get rid of links in your email and pictures. stop visiting web sites becouse they could be potential be a threats too. hult our business, stop progress becouse of the bad apples.<br/><br/>we all have our opinions.<br/><br/>i want to get back what we had. and for the masses that want this too. to note there are not just a few of us.<br/>i am taking steps to deal with infections like everyone else. <br/><br/>i am not one to cut off my arm likely to stop a simple infection. i would rather treat it and move on.<br/><br/>this threat you call it. is no more dangerous than the usual virus from back then and the now. everything we add to our computers is important to me. not just some hack. i guess you're saying that i simply need to give up.<br/><br/>i want this to start going back to what i intended it too.<br/><br/>a little at a time. first i need to identify the autorun.ini file. this someone already posted the possible <a href="https://interviewquestions.tuteehub.com/tag/way-246442" style="font-weight:bold;" target="_blank" title="Click to know more about WAY">WAY</a> for that to happen.<br/><br/>i have been polite yet upset. ranting is more of a vent without the need for a response. i just see a lot of negativity in this issue. <br/><br/>looking at the sun is wrong wrong. shaking my head. what are those people thinking, putting on those shades. dont they know its wrong to look at the sun. (analogy)<br/><br/>thank you for not closing your mind. ( and to those of you who think the threat is not there think again. its very real. i don't see this as wrong for those of us that simply want the feature(not a hack). if you do this it is at your own risk. do <a href="https://interviewquestions.tuteehub.com/tag/take-662846" style="font-weight:bold;" target="_blank" title="Click to know more about TAKE">TAKE</a> precautions. thank you.<br/><br/>this does nothing at the moment loops and see's if the auto.ini file is there or not and keeps looping... :-)<br/>most likely will stop the echo "device not found" and will hide the dos <a href="https://interviewquestions.tuteehub.com/tag/window-11540" style="font-weight:bold;" target="_blank" title="Click to know more about WINDOW">WINDOW</a> too.<br/>=================================================<br/><br/>echo off<br/><br/>:: note: loop this<br/><br/>:usbdrives<br/>for %%A in (A B C D E F G H I J K L M N O P Q R S T U V W X Y Z) <br/><br/>do (<br/>%%A:<br/>if exist autorun.ini (<br/>if not exist "autorun.ini" <a href="https://interviewquestions.tuteehub.com/tag/goto-1009988" style="font-weight:bold;" target="_blank" title="Click to know more about GOTO">GOTO</a> :usbdrives<br/>goto :end<br/>)<br/>)<br/>echo No device found.<br/>goto :usbdrives<br/>pause<br/>:end<br/><br/>==================================================<br/><br/><br/>i want to be happy i think i will be happy. yes i am happy. its my choice. thank youWow... Quote from: patio on August 02, 2014, 01:14:21 PM</p><blockquote>Wow...<br/></blockquote> <br/>That is one *censored* of a script! (i.e. a silly one). The OP's request to "PM me" would get him banned from <a href="https://interviewquestions.tuteehub.com/tag/several-1203547" style="font-weight:bold;" target="_blank" title="Click to know more about SEVERAL">SEVERAL</a> forums that I am a member of, such as Autoit, as would, also, his posting style.<br/><br/></body></html> | |