how to launch app from USB with no admin rights
I want to know if there is any way to launch applications (portable ones) from a USB device, I have to mention that I am a normal user, and the box's administrator has blocked launching apps from a USB.
windows usb administration
migrated from stackoverflow.com Mar 6 '11 at 22:48
This question came from our site for professional and enthusiast programmers.
add a comment |
I want to know if there is any way to launch applications (portable ones) from a USB device, I have to mention that I am a normal user, and the box's administrator has blocked launching apps from a USB.
windows usb administration
migrated from stackoverflow.com Mar 6 '11 at 22:48
This question came from our site for professional and enthusiast programmers.
You mean launch the app automatically when the drive is plugged into the PC?
– Phil
Feb 22 '11 at 18:08
Why do you need to do this? I hate to be picky, but it doesn't seem like there are a ton of legitmate uses for this, especially since the administrator has blocked it. I could be wrong, though...
– jwir3
Feb 22 '11 at 20:17
ok ..it's against the rule in my enterprise....but I really need this trick...
– fsidiosidi
Feb 23 '11 at 16:31
1
Make sure your résumé is up to date.
– Robert Harvey
Mar 6 '11 at 22:49
add a comment |
I want to know if there is any way to launch applications (portable ones) from a USB device, I have to mention that I am a normal user, and the box's administrator has blocked launching apps from a USB.
windows usb administration
I want to know if there is any way to launch applications (portable ones) from a USB device, I have to mention that I am a normal user, and the box's administrator has blocked launching apps from a USB.
windows usb administration
windows usb administration
edited Feb 16 '12 at 5:42
studiohack♦
11.3k1880114
11.3k1880114
asked Feb 22 '11 at 18:04
fsidiosidi
migrated from stackoverflow.com Mar 6 '11 at 22:48
This question came from our site for professional and enthusiast programmers.
migrated from stackoverflow.com Mar 6 '11 at 22:48
This question came from our site for professional and enthusiast programmers.
You mean launch the app automatically when the drive is plugged into the PC?
– Phil
Feb 22 '11 at 18:08
Why do you need to do this? I hate to be picky, but it doesn't seem like there are a ton of legitmate uses for this, especially since the administrator has blocked it. I could be wrong, though...
– jwir3
Feb 22 '11 at 20:17
ok ..it's against the rule in my enterprise....but I really need this trick...
– fsidiosidi
Feb 23 '11 at 16:31
1
Make sure your résumé is up to date.
– Robert Harvey
Mar 6 '11 at 22:49
add a comment |
You mean launch the app automatically when the drive is plugged into the PC?
– Phil
Feb 22 '11 at 18:08
Why do you need to do this? I hate to be picky, but it doesn't seem like there are a ton of legitmate uses for this, especially since the administrator has blocked it. I could be wrong, though...
– jwir3
Feb 22 '11 at 20:17
ok ..it's against the rule in my enterprise....but I really need this trick...
– fsidiosidi
Feb 23 '11 at 16:31
1
Make sure your résumé is up to date.
– Robert Harvey
Mar 6 '11 at 22:49
You mean launch the app automatically when the drive is plugged into the PC?
– Phil
Feb 22 '11 at 18:08
You mean launch the app automatically when the drive is plugged into the PC?
– Phil
Feb 22 '11 at 18:08
Why do you need to do this? I hate to be picky, but it doesn't seem like there are a ton of legitmate uses for this, especially since the administrator has blocked it. I could be wrong, though...
– jwir3
Feb 22 '11 at 20:17
Why do you need to do this? I hate to be picky, but it doesn't seem like there are a ton of legitmate uses for this, especially since the administrator has blocked it. I could be wrong, though...
– jwir3
Feb 22 '11 at 20:17
ok ..it's against the rule in my enterprise....but I really need this trick...
– fsidiosidi
Feb 23 '11 at 16:31
ok ..it's against the rule in my enterprise....but I really need this trick...
– fsidiosidi
Feb 23 '11 at 16:31
1
1
Make sure your résumé is up to date.
– Robert Harvey
Mar 6 '11 at 22:49
Make sure your résumé is up to date.
– Robert Harvey
Mar 6 '11 at 22:49
add a comment |
2 Answers
2
active
oldest
votes
I think many usb/CD's have an Autorun.inf file, from where they can do some commands.
Example of one from my usb
[autorun]
label=MyUSB
icon=autorun.ico
I think there is a command "open = application name here.exe", which can launch applications, that are on the USB, but I'm not sure if you have to have admin rights.
It also depends on XP and win7 users.
I hope this helped :)
add a comment |
If your administrator blocked launching apps from a USB drive, then good for him/her. I have dealt with viruses that are spread via removable drive and they wasted a lot of time and money to fix. Even if you could get around your administrator's security restrictions, don't. Just copy your app to a local disk and run it that way.
Remember, your administrator is there to help avoid problems. When you try to work around the administrator, you will likely introduce problems.
ok ..it's against the rule in my enterprise....but I really need this trick...
– fsidiosidi
Feb 23 '11 at 16:31
Right now it sounds like what you're doing is malicious. Malicious people should not have this kind of info.
– Phil
Feb 23 '11 at 17:06
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f254072%2fhow-to-launch-app-from-usb-with-no-admin-rights%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I think many usb/CD's have an Autorun.inf file, from where they can do some commands.
Example of one from my usb
[autorun]
label=MyUSB
icon=autorun.ico
I think there is a command "open = application name here.exe", which can launch applications, that are on the USB, but I'm not sure if you have to have admin rights.
It also depends on XP and win7 users.
I hope this helped :)
add a comment |
I think many usb/CD's have an Autorun.inf file, from where they can do some commands.
Example of one from my usb
[autorun]
label=MyUSB
icon=autorun.ico
I think there is a command "open = application name here.exe", which can launch applications, that are on the USB, but I'm not sure if you have to have admin rights.
It also depends on XP and win7 users.
I hope this helped :)
add a comment |
I think many usb/CD's have an Autorun.inf file, from where they can do some commands.
Example of one from my usb
[autorun]
label=MyUSB
icon=autorun.ico
I think there is a command "open = application name here.exe", which can launch applications, that are on the USB, but I'm not sure if you have to have admin rights.
It also depends on XP and win7 users.
I hope this helped :)
I think many usb/CD's have an Autorun.inf file, from where they can do some commands.
Example of one from my usb
[autorun]
label=MyUSB
icon=autorun.ico
I think there is a command "open = application name here.exe", which can launch applications, that are on the USB, but I'm not sure if you have to have admin rights.
It also depends on XP and win7 users.
I hope this helped :)
answered Feb 22 '11 at 18:13
JanmanJanman
166117
166117
add a comment |
add a comment |
If your administrator blocked launching apps from a USB drive, then good for him/her. I have dealt with viruses that are spread via removable drive and they wasted a lot of time and money to fix. Even if you could get around your administrator's security restrictions, don't. Just copy your app to a local disk and run it that way.
Remember, your administrator is there to help avoid problems. When you try to work around the administrator, you will likely introduce problems.
ok ..it's against the rule in my enterprise....but I really need this trick...
– fsidiosidi
Feb 23 '11 at 16:31
Right now it sounds like what you're doing is malicious. Malicious people should not have this kind of info.
– Phil
Feb 23 '11 at 17:06
add a comment |
If your administrator blocked launching apps from a USB drive, then good for him/her. I have dealt with viruses that are spread via removable drive and they wasted a lot of time and money to fix. Even if you could get around your administrator's security restrictions, don't. Just copy your app to a local disk and run it that way.
Remember, your administrator is there to help avoid problems. When you try to work around the administrator, you will likely introduce problems.
ok ..it's against the rule in my enterprise....but I really need this trick...
– fsidiosidi
Feb 23 '11 at 16:31
Right now it sounds like what you're doing is malicious. Malicious people should not have this kind of info.
– Phil
Feb 23 '11 at 17:06
add a comment |
If your administrator blocked launching apps from a USB drive, then good for him/her. I have dealt with viruses that are spread via removable drive and they wasted a lot of time and money to fix. Even if you could get around your administrator's security restrictions, don't. Just copy your app to a local disk and run it that way.
Remember, your administrator is there to help avoid problems. When you try to work around the administrator, you will likely introduce problems.
If your administrator blocked launching apps from a USB drive, then good for him/her. I have dealt with viruses that are spread via removable drive and they wasted a lot of time and money to fix. Even if you could get around your administrator's security restrictions, don't. Just copy your app to a local disk and run it that way.
Remember, your administrator is there to help avoid problems. When you try to work around the administrator, you will likely introduce problems.
answered Feb 22 '11 at 18:22
PhilPhil
1741111
1741111
ok ..it's against the rule in my enterprise....but I really need this trick...
– fsidiosidi
Feb 23 '11 at 16:31
Right now it sounds like what you're doing is malicious. Malicious people should not have this kind of info.
– Phil
Feb 23 '11 at 17:06
add a comment |
ok ..it's against the rule in my enterprise....but I really need this trick...
– fsidiosidi
Feb 23 '11 at 16:31
Right now it sounds like what you're doing is malicious. Malicious people should not have this kind of info.
– Phil
Feb 23 '11 at 17:06
ok ..it's against the rule in my enterprise....but I really need this trick...
– fsidiosidi
Feb 23 '11 at 16:31
ok ..it's against the rule in my enterprise....but I really need this trick...
– fsidiosidi
Feb 23 '11 at 16:31
Right now it sounds like what you're doing is malicious. Malicious people should not have this kind of info.
– Phil
Feb 23 '11 at 17:06
Right now it sounds like what you're doing is malicious. Malicious people should not have this kind of info.
– Phil
Feb 23 '11 at 17:06
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f254072%2fhow-to-launch-app-from-usb-with-no-admin-rights%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You mean launch the app automatically when the drive is plugged into the PC?
– Phil
Feb 22 '11 at 18:08
Why do you need to do this? I hate to be picky, but it doesn't seem like there are a ton of legitmate uses for this, especially since the administrator has blocked it. I could be wrong, though...
– jwir3
Feb 22 '11 at 20:17
ok ..it's against the rule in my enterprise....but I really need this trick...
– fsidiosidi
Feb 23 '11 at 16:31
1
Make sure your résumé is up to date.
– Robert Harvey
Mar 6 '11 at 22:49