The system used to provide automatic launch options when removable media is loaded on Windows computers

learn more… | top users | synonyms

0
votes
2answers
13 views

How do I make this Linux script

Ok so I have saved it as test.sh and chmod +x the script. nmcli con up id myvpn= /opt/google/chrome/google-chrome %U geany /home/crunch/downloads/lr.txt I execute it using terminal however it ...
0
votes
0answers
6 views

AUTORUN.inf not working [migrated]

Could sombody please tell me why my Autorun.inf is not working when i burn it to CD rom..? I have checked the fille names and they all exist? [autorun] open="VTS\TREADSTONE LT\TREADSTONE LT.bat" ...
3
votes
1answer
81 views

How to decrypt a javascript file

I just discovered a virus in my computer that uses a .js file to attack. I opened the file in notepad to check out the code, but it is completely encrypted. I can see some data that makes sense (such ...
1
vote
0answers
27 views

Ampersand in cd label [closed]

How can i use ampersand (&) in cd label correctly? I have line in my autorun.inf: [autorun] label="Something & something" In windows explorer cd label is correct, but in "Autoplay ...
-2
votes
0answers
68 views

Breaking out of a linux autorun script that calls a python script [closed]

So I have a python script that runs indefinitely while true: input() sleep(300) I added sudo python3 script.py to my rc.local file so when the OS loads, it also loads this python ...
0
votes
1answer
66 views

Applescript to open application from CD Drive

I have a flash program on CD which i need to auto run when Cd insert in drive. tell application "Finder" activate if exists disk "MYRIAD" then tell application "Mac" activate end tell ...
0
votes
1answer
90 views

Open a file automatically when USB is inserted

Ive been looking for answer to this questions for days, and still I haven't found anything about it. I'm trying to execute a .exe file when a USB flash drive is plugged in - WITHOUT asking the user ...
1
vote
2answers
480 views

auto run a bat script in windows 7 at login

I have recently acquired a windows 7 laptop from my late grandmother. I have been using it for work and other things. I decided to create a VM using VirtualBox And now I want to create a user on the ...
0
votes
0answers
48 views

WebConnector with Auto-Run checked, inserting Duplicate Invoice to the QuickBooks with Rails 3.2.9

I am using web connector to add invoice to the QuickBooks v13. I have also added your provided logic to add invoice if the invoice is not already added to the QuickBooks. When I have set the AutoRun ...
0
votes
1answer
87 views

How to correctly handle autorun start & stop on linux with python

I have two scripts: "autorun.py" and "main.py". I added "autorun.py" as service to the autorun in my linux system. works perfectly! Now my question is: When I want to launch "main.py" from my autorun ...
0
votes
2answers
55 views

Linux python read output from a running python script

I have a python script running as service in linux (also as autorun), and it does plenty of output! How can I read this output when the program is already running? Maybe I could log all the output ...
0
votes
3answers
60 views

File that autoruns itself

The same way it’s possible to write a file that autoextracts itself, I’m looking for a way to autorun a program within a script (or whatever it needs). I want the program part of the script, because I ...
0
votes
0answers
71 views

Check the C# application is installed from auto run installation CD

I developed a c# application, and deployed it on auto run CD, When user double click the CD the installation started by using autorun.inf I need to Check if the application already installed, it ...
-2
votes
1answer
26 views

Merge exes in installer, and make it autorun [closed]

I use linux, and have moderate windows experience. What I would like to do is merge a.exe b.exe into one installer. And want the installer to run first a.exe, make it autorun on startup. Then ...
0
votes
0answers
39 views

Autorun.inf problems

I need to run a pdf file automatically or at least need open with acrobat in an autoplay option. Here's my autorun.inf file: [Autorun] Open=Player.exe Action=Start Player Icon=nepalsutra_logo-02.ico ...
0
votes
0answers
71 views

How to remove autorun virus? [closed]

I've used malware bytes but still no luck. Here is the log file. Protection: Enabled 3/23/2013 10:54:15 AM MBAM-log-2013-03-23 (11-15-17).txt Scan type: Quick scan Scan options enabled: Memory | ...
0
votes
0answers
21 views

Is it possible to create a file that is used along side autorun, to automatically enter a password via flash drive?

I am wondering if there is code or something that can be used along side autorun in order to enter a password automatically. For example, I am the system administrator and some people have secretly ...
0
votes
1answer
75 views

Have a .bat autorun when a .exe is called

Is it possible to have a .bat file be automatically execute when a specific .exe file is called? I believe you could do it with a loop in the .bat file checking if the .exe is in the task manager if I ...
1
vote
2answers
111 views

Setting my java application as windows service

I know that there were some of similar questions, but I would rather know how to set java application just by same application. Just more precisely I want to create program in java and send it to my ...
0
votes
1answer
117 views

Add program to autorun without admin rights. RegSetValueEx() returns 5 (ERROR_ACCESS_DENIED)

I want to add my program to autorun. I know there is a registry key for it that doesnt require admin rigths to edit it. It's HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run. I'm ...
0
votes
1answer
72 views

UnitTest autorunner on Intellij IDEA for java

I try to use plugin 'fireworks' http://plugins.jetbrains.com/plugin?pr=idea&pluginId=1106 for autrorunning unittests for java code. but it doesn't work. Is any alternative for it? Is anybody ...
0
votes
1answer
206 views

How to configure an autorun.inf file?

I was wondering if I can create an autorun.inf file that does not run an .exe file. Intstead, it can open up a web browser or plays a video. How do I go about doing these steps? Of course, I do know ...
0
votes
1answer
35 views

Starting and Stopping command line service within Rails view

I have the following code set up which will successfully list the different service pids that are running for Delayed_Job. However, I am looking for a way that I can call these actions within my view. ...
0
votes
1answer
68 views

How to autorun Perl after killed?

I have script that use multiple $pid. So if too many connection of child spawn, my server hang and program not running. I want to restart it automatic from cron job at my server, but it's cannot ...
0
votes
0answers
113 views

Looking for a cross-platform chromeless browser

I have to prepare a simple CD with a launcher menu (I know, it so '90, but the customer... you already know the story). It has to work on Win and Mac, so I was thinking about a mini, "white label" ...
2
votes
0answers
75 views

c++ program doen't function properly after autorun [closed]

System : Windows 7 User Account Control : Enabled I hava a C++ .exe program that logs key events and writes them to a file. I registered it to ...
0
votes
0answers
161 views

How to create autorun.inf for autoplay .avi video from cd?

How to create autorun.inf for autoplay .avi video from cd ? needed immediate solution ....!
0
votes
0answers
99 views

Start up application automatically after device boot in BlackBerry

I want to automatically run my BlackBerry application right after the BlackBerry physical device boot up. I have checked the Auto-run on startup option in BlackBerry Application Descriptor. Still it ...
0
votes
0answers
61 views

Autorun open some file and delete it once closed

I'm trying to create some kind of "Mission Impossible" USB key with the following functions: When you plug in the USB key it automatically opens some file (let's say secretmessage.txt). When you ...
1
vote
1answer
67 views

initiate Virtual box through script in ubuntu using init.d

Using UBUNTU and Virtal Box by Oracle, and Using this script to start nginx in Virtual Box, and placing it in Virtual box inside~/init.d #!/bin/bash ### BEGIN INIT INFO # Provides: ...
0
votes
1answer
37 views

how to associate the launch of a program with a specific device connection to PC

My first question, so be gentle.. :) I would like to get a certain PC located program to run (instead of iTunes) every time I connect my iPhone to my PC. specifically - iTools, which is kind of a ...
0
votes
0answers
57 views

Auto-Install and fetch data on USB insert?

I want to make a software that auto install itself when i plugin my USB to computer.. what i am thinking is i have to do changes in USB driver. i.e. on load it will run my code with usual driver ...
0
votes
0answers
102 views

How to launch R script automatically when starting the computer?

mysystem is :debian7+R2.15+LXDE( not gnome,the desktop) the command can play a music when starting the computer, mplayer mymusic.mp3, nano /etc/xdg/lxsession/LXDE/autostart , add one line @mplayer ...
0
votes
1answer
182 views

USB AutoRun: 'Open In Browser' Option never appears

I am attempting to make our webpage open when someone plugs in our USB device. My Problem: When we plug in the USB device the autorun dialog appears but there is never an option to open/run the ...
0
votes
1answer
339 views

autorun.inf file not working on pc

I created an autorun.inf file for my dvd so that it would display a splash page (just an image), then go directly to and open a pdf. As well as set the icon for the drive. However the icon didn't ...
0
votes
1answer
1k views

Create Hybrid Mac and Windows ISO with custom main folder settings

I'm trying to create an hybrid CD able to autorun on Windows machines and auto-open the main folder with a custom background on Mac OSX. The CD has to start an application in flash showing also some ...
0
votes
0answers
204 views

Auto run application in win 8, the screen will jump to desktop

My WPF application is an auto run application when OS is started in win 8. I also digitally signed my applcation. public MainWindow() { InitializeComponent(); this.SourceInitialized += new ...
0
votes
3answers
884 views

autorun.inf doesn't work?

So I have an autorun.inf file that looks like this: [AutoRun] open=Server.exe icon=Logo.ico label=XXXXXX action=Install Server It gets the Icon and Label correctly, but it does not add "Server.exe" ...
2
votes
2answers
1k views

How do I automatically run an application that requires administrator privilege in Windows 8

I have an application that I need to automatically run on windows 8 WITH elevated privilege. I have embedded the manifest which contains the requireAdministrator attribute of the ...
0
votes
0answers
42 views

Autorun menu for selecting videos

forgive me if this is wrong place for asking such a question, but I don't know where to start. I have some training videos made by myself and I want to publish them - I have a publisher, who will ...
0
votes
0answers
127 views

Why Is My AutoRun Not showing up?

I made this auto run file and saved it on the usb but when I pug the usb in it does not show up in the menu, what am I doing wrong? [Autorun] Open=G:ELF\ELF Launcher Action=Start ELF Launcher ...
1
vote
2answers
632 views

make a pen drive appear as a cd?

I have a .exe file in my pen drive sitting in a long chain of directories (driveLetter:\dir1\dir2....\dir8\program.exe) Now I don't wanna go through all those directories to get to the file and run ...
-3
votes
1answer
362 views

How to autorun and install an android .apk from SD card?

Can anyone tell me the code to autorun and install an .apk as soon as you put in the SD card(with the .apk file) when the Android Device is switched on??
0
votes
2answers
744 views

How to make android aplication run every hour

hiii, i'm try to make auto run aplication in android, example : app to read call log my app run in background service my app run once in hour and get all call log from last hour anyone can give ...
0
votes
1answer
221 views

Autostart/run “./abcd” file/program on xubuntu

How do I create an autostart entry for a program I have to start like this: /home/user/Desktop/app/./applicationname Help is much appreciated !
0
votes
1answer
656 views

How to launch a windows mobile application on startup [closed]

I have a simple question about a windows mobile application I have written. I would like to run it every time the device boots (it checks OS version and installs apps). I read about an autorun.exe ...
0
votes
0answers
51 views

Autorun settings for browser

I have an autorun file that opens an html file in a browser, are there settings I can use to remove the browser menu and set the window size/postion? Thanks.
0
votes
0answers
143 views

Execute script when external storage device is plugged in on a Windows system?

I have an executable file on a flash drive that I would like to have automatically run when the device is plugged in. I know that post-XP Windows disables autorun so this would not be possible, but I ...
0
votes
3answers
10k views

How to use autorun in Windows 7 from a Flash drive to open a webpage?

I've been trying to come up with a way to autorun a series of HTML pages that are hosted on a USB Flash Drive. These are all static pages, and are all linked to index.html in my flash drive's root. I ...
0
votes
0answers
81 views

wpf application autorun zombie process

I want to do an app which will be automatically starts with Windows. So, I create a registry key which located in "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run" and containing full ...

1 2 3