All Questions
15 questions
-1
votes
1
answer
610
views
powershell script to play a music folder on windows startup
How to use powershell to autoplay a folder of mp3 files using Windows Media Player on Windows 7 startup. I figure that there are two aspects: 1) the script must run automatically when Windows starts ...
2
votes
0
answers
213
views
Registering WPF Application with AutoPlay
I want my application to be an option to run when a user enters a USB or a CD/DVD ROM to import the documents. So far I know this can be done via AutoPlay, but the more I read the more I'm concerned. ...
0
votes
1
answer
691
views
How to create an application that automatically run after i insert smartphone into computer [closed]
I want to create an application that automatically runs after I insert a smartphone ( portable device ) into a computer. I has a big problem in creating an event handler to run my application. Can ...
2
votes
1
answer
506
views
Autoplay handler: wrong clipboard format?
I'm trying to implement a Windows Autoplay handler; according to the documentation and the examples I found, I'm supposed to query the IDataObject for the "Autoplay Enumerated IDList Array" clipboard ...
0
votes
1
answer
342
views
Adding Win32 application to Windows Autoplay menu (for a specific kind of media)?
How can I add my Windows application (written in C++) to the Windows AutoPlay menu for a specific kind of media?
0
votes
2
answers
2k
views
How to prevent autoplay and run my own app when inserting an USB-Flash drive
when inserting an USB-Flash drive, Windows normally opens the Autoplay dialog that offers to browse the drive or if there are multimedia files it offers to choose an app to open them.
We developed a ...
0
votes
1
answer
4k
views
Autolaunch exe on USB in windows XP SP3
I want to autolaunch my application on USB as soon as I plug it into a PC running on windows XP SP3. I have made an autorun.inf (having below written code) and also tried to lauch setup using a batch ...
4
votes
1
answer
1k
views
Register a device specific autoplay handler
I am currently writing an app specific to the iPhone and I want to register my application in the Windows 7 AutoPlay popup for only the iPhone from what I understand from the Windows shell development ...
4
votes
0
answers
637
views
Adding application to Windows 7 list of autoplay handlers
I am developing a lightweight WPF application that will take multimedia files from either the local file system or removable media devices and upload them to Amazon S3 cloud storage. One of the ...
3
votes
1
answer
900
views
Can Windows be set up to automatically launch an application when an HID-compliant USB device is plugged in?
I have a custom HID-compliant USB device. I would like to set up Windows to launch an application when this device is plugged in. Is this possible through a configuration setting? Or do I need to ...
0
votes
1
answer
544
views
How can I autorun my app based on a file's existence instead of autorun.inf on SD Card?
I have a device that creates a file called ADxxxxxx.BIN on an SD Card (where "xxxxxx" is a unique number). I'd like to be able to insert this SD Card into a USB card reader (connected to a ...
1
vote
1
answer
1k
views
How to reliable check if AutoPlay is enabled in Windows 7?
I have an application that handles WM_DEVICECHANGE, and is interested in DBT_DEVICEARRIVAL.
When a new device is inserted, it needs to know if the AutoPlay dialog will pop-up. In order to find out, I ...
5
votes
4
answers
8k
views
Can I disable window autoplay function programatically with C#/.NET?
Does anybody know a way to deactivate the autoplay function of windows using c#/.NET?
1
vote
1
answer
863
views
Can autoplay and WIA be programatically reset to the default of "Ask me?"?
I have code that ads both Autoplay and WIA handlers for reading images files from memory cards and digital cameras, respectively, and it works fine.
However, I'd like to reset the Autoplay and WIA ...
4
votes
2
answers
1k
views
Programmatically suppressing AutoPlay for mass storage devices
I need to suppress autoplay for the mass storage devices.
This needs to be achieved programatically through a service/deamon running in the background.
I know it can be done by an application which ...