Disable shortcut target field
I am using AutoIT to create shortcut to desktop and also will forced to launch as kiosk by adding the parameter at the end of the target field. But how can I disable the target field from editing when creating shortcut?
Please kindly advise.
EDIT
Window Explorer View
Permission Setting
windows-10 google-chrome file-shortcut autoit
add a comment |
I am using AutoIT to create shortcut to desktop and also will forced to launch as kiosk by adding the parameter at the end of the target field. But how can I disable the target field from editing when creating shortcut?
Please kindly advise.
EDIT
Window Explorer View
Permission Setting
windows-10 google-chrome file-shortcut autoit
What is "editing"?
– harrymc
Feb 4 at 16:31
Meaning that I create a shortcut at desktop and adding the parameters to launch as kiosk mode. After this process, I don't want any other users to edit the target path to remove the kiosk mode.
– Jack Wong
Feb 4 at 16:35
Set it to read only, or edit the permissions to only allow modify to your account.
– harrymc
Feb 4 at 16:37
Already tried to set the permission to the folder or the chrome portable application before I create shortcut to desktop. But the user able to edit the target field value at dekstop
– Jack Wong
Feb 4 at 17:47
add a comment |
I am using AutoIT to create shortcut to desktop and also will forced to launch as kiosk by adding the parameter at the end of the target field. But how can I disable the target field from editing when creating shortcut?
Please kindly advise.
EDIT
Window Explorer View
Permission Setting
windows-10 google-chrome file-shortcut autoit
I am using AutoIT to create shortcut to desktop and also will forced to launch as kiosk by adding the parameter at the end of the target field. But how can I disable the target field from editing when creating shortcut?
Please kindly advise.
EDIT
Window Explorer View
Permission Setting
windows-10 google-chrome file-shortcut autoit
windows-10 google-chrome file-shortcut autoit
edited Feb 4 at 17:46
Jack Wong
asked Feb 4 at 16:21
Jack WongJack Wong
96
96
What is "editing"?
– harrymc
Feb 4 at 16:31
Meaning that I create a shortcut at desktop and adding the parameters to launch as kiosk mode. After this process, I don't want any other users to edit the target path to remove the kiosk mode.
– Jack Wong
Feb 4 at 16:35
Set it to read only, or edit the permissions to only allow modify to your account.
– harrymc
Feb 4 at 16:37
Already tried to set the permission to the folder or the chrome portable application before I create shortcut to desktop. But the user able to edit the target field value at dekstop
– Jack Wong
Feb 4 at 17:47
add a comment |
What is "editing"?
– harrymc
Feb 4 at 16:31
Meaning that I create a shortcut at desktop and adding the parameters to launch as kiosk mode. After this process, I don't want any other users to edit the target path to remove the kiosk mode.
– Jack Wong
Feb 4 at 16:35
Set it to read only, or edit the permissions to only allow modify to your account.
– harrymc
Feb 4 at 16:37
Already tried to set the permission to the folder or the chrome portable application before I create shortcut to desktop. But the user able to edit the target field value at dekstop
– Jack Wong
Feb 4 at 17:47
What is "editing"?
– harrymc
Feb 4 at 16:31
What is "editing"?
– harrymc
Feb 4 at 16:31
Meaning that I create a shortcut at desktop and adding the parameters to launch as kiosk mode. After this process, I don't want any other users to edit the target path to remove the kiosk mode.
– Jack Wong
Feb 4 at 16:35
Meaning that I create a shortcut at desktop and adding the parameters to launch as kiosk mode. After this process, I don't want any other users to edit the target path to remove the kiosk mode.
– Jack Wong
Feb 4 at 16:35
Set it to read only, or edit the permissions to only allow modify to your account.
– harrymc
Feb 4 at 16:37
Set it to read only, or edit the permissions to only allow modify to your account.
– harrymc
Feb 4 at 16:37
Already tried to set the permission to the folder or the chrome portable application before I create shortcut to desktop. But the user able to edit the target field value at dekstop
– Jack Wong
Feb 4 at 17:47
Already tried to set the permission to the folder or the chrome portable application before I create shortcut to desktop. But the user able to edit the target field value at dekstop
– Jack Wong
Feb 4 at 17:47
add a comment |
1 Answer
1
active
oldest
votes
You could make the shortcut (or a batch file) in a location the user cannot access, where only Administrator has write-access. Then make a shortcut to that shortcut and put it on the desktop, verifying that non-admin users can execute it. You may need to change permissions on the first shortcut to ensure Read and Execute permission for all.
It still able to edit the shortcut tho. I did try set the permission to read & execute only, then create the shortcut to desktop. But at desktop, I am still able to edit the target path. Will edit the my post by adding image.
– Jack Wong
Feb 4 at 17:44
"It still able to edit the shortcut tho." Which of the two shortcuts are you discussing? Did you log in as a non-Admin user?
– DrMoishe Pippik
Feb 4 at 18:00
Please kindly assume there is don't have admin user, there is only 1 user in the device. The scenario would like this, I will create PortableChrome.exe to desktop as shortcut, then right-click the shortcut and edit the target field to launch as Kiosk mode. After this, I want to lock the target field from being modify (like Grey Out)
– Jack Wong
Feb 4 at 18:13
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%2f1401914%2fdisable-shortcut-target-field%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You could make the shortcut (or a batch file) in a location the user cannot access, where only Administrator has write-access. Then make a shortcut to that shortcut and put it on the desktop, verifying that non-admin users can execute it. You may need to change permissions on the first shortcut to ensure Read and Execute permission for all.
It still able to edit the shortcut tho. I did try set the permission to read & execute only, then create the shortcut to desktop. But at desktop, I am still able to edit the target path. Will edit the my post by adding image.
– Jack Wong
Feb 4 at 17:44
"It still able to edit the shortcut tho." Which of the two shortcuts are you discussing? Did you log in as a non-Admin user?
– DrMoishe Pippik
Feb 4 at 18:00
Please kindly assume there is don't have admin user, there is only 1 user in the device. The scenario would like this, I will create PortableChrome.exe to desktop as shortcut, then right-click the shortcut and edit the target field to launch as Kiosk mode. After this, I want to lock the target field from being modify (like Grey Out)
– Jack Wong
Feb 4 at 18:13
add a comment |
You could make the shortcut (or a batch file) in a location the user cannot access, where only Administrator has write-access. Then make a shortcut to that shortcut and put it on the desktop, verifying that non-admin users can execute it. You may need to change permissions on the first shortcut to ensure Read and Execute permission for all.
It still able to edit the shortcut tho. I did try set the permission to read & execute only, then create the shortcut to desktop. But at desktop, I am still able to edit the target path. Will edit the my post by adding image.
– Jack Wong
Feb 4 at 17:44
"It still able to edit the shortcut tho." Which of the two shortcuts are you discussing? Did you log in as a non-Admin user?
– DrMoishe Pippik
Feb 4 at 18:00
Please kindly assume there is don't have admin user, there is only 1 user in the device. The scenario would like this, I will create PortableChrome.exe to desktop as shortcut, then right-click the shortcut and edit the target field to launch as Kiosk mode. After this, I want to lock the target field from being modify (like Grey Out)
– Jack Wong
Feb 4 at 18:13
add a comment |
You could make the shortcut (or a batch file) in a location the user cannot access, where only Administrator has write-access. Then make a shortcut to that shortcut and put it on the desktop, verifying that non-admin users can execute it. You may need to change permissions on the first shortcut to ensure Read and Execute permission for all.
You could make the shortcut (or a batch file) in a location the user cannot access, where only Administrator has write-access. Then make a shortcut to that shortcut and put it on the desktop, verifying that non-admin users can execute it. You may need to change permissions on the first shortcut to ensure Read and Execute permission for all.
answered Feb 4 at 16:48
DrMoishe PippikDrMoishe Pippik
10.3k21432
10.3k21432
It still able to edit the shortcut tho. I did try set the permission to read & execute only, then create the shortcut to desktop. But at desktop, I am still able to edit the target path. Will edit the my post by adding image.
– Jack Wong
Feb 4 at 17:44
"It still able to edit the shortcut tho." Which of the two shortcuts are you discussing? Did you log in as a non-Admin user?
– DrMoishe Pippik
Feb 4 at 18:00
Please kindly assume there is don't have admin user, there is only 1 user in the device. The scenario would like this, I will create PortableChrome.exe to desktop as shortcut, then right-click the shortcut and edit the target field to launch as Kiosk mode. After this, I want to lock the target field from being modify (like Grey Out)
– Jack Wong
Feb 4 at 18:13
add a comment |
It still able to edit the shortcut tho. I did try set the permission to read & execute only, then create the shortcut to desktop. But at desktop, I am still able to edit the target path. Will edit the my post by adding image.
– Jack Wong
Feb 4 at 17:44
"It still able to edit the shortcut tho." Which of the two shortcuts are you discussing? Did you log in as a non-Admin user?
– DrMoishe Pippik
Feb 4 at 18:00
Please kindly assume there is don't have admin user, there is only 1 user in the device. The scenario would like this, I will create PortableChrome.exe to desktop as shortcut, then right-click the shortcut and edit the target field to launch as Kiosk mode. After this, I want to lock the target field from being modify (like Grey Out)
– Jack Wong
Feb 4 at 18:13
It still able to edit the shortcut tho. I did try set the permission to read & execute only, then create the shortcut to desktop. But at desktop, I am still able to edit the target path. Will edit the my post by adding image.
– Jack Wong
Feb 4 at 17:44
It still able to edit the shortcut tho. I did try set the permission to read & execute only, then create the shortcut to desktop. But at desktop, I am still able to edit the target path. Will edit the my post by adding image.
– Jack Wong
Feb 4 at 17:44
"It still able to edit the shortcut tho." Which of the two shortcuts are you discussing? Did you log in as a non-Admin user?
– DrMoishe Pippik
Feb 4 at 18:00
"It still able to edit the shortcut tho." Which of the two shortcuts are you discussing? Did you log in as a non-Admin user?
– DrMoishe Pippik
Feb 4 at 18:00
Please kindly assume there is don't have admin user, there is only 1 user in the device. The scenario would like this, I will create PortableChrome.exe to desktop as shortcut, then right-click the shortcut and edit the target field to launch as Kiosk mode. After this, I want to lock the target field from being modify (like Grey Out)
– Jack Wong
Feb 4 at 18:13
Please kindly assume there is don't have admin user, there is only 1 user in the device. The scenario would like this, I will create PortableChrome.exe to desktop as shortcut, then right-click the shortcut and edit the target field to launch as Kiosk mode. After this, I want to lock the target field from being modify (like Grey Out)
– Jack Wong
Feb 4 at 18:13
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%2f1401914%2fdisable-shortcut-target-field%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
What is "editing"?
– harrymc
Feb 4 at 16:31
Meaning that I create a shortcut at desktop and adding the parameters to launch as kiosk mode. After this process, I don't want any other users to edit the target path to remove the kiosk mode.
– Jack Wong
Feb 4 at 16:35
Set it to read only, or edit the permissions to only allow modify to your account.
– harrymc
Feb 4 at 16:37
Already tried to set the permission to the folder or the chrome portable application before I create shortcut to desktop. But the user able to edit the target field value at dekstop
– Jack Wong
Feb 4 at 17:47