Disable/Hide “View connection settings” option in Available Networks List
up vote
2
down vote
favorite
Is there a way for disabling or hiding the "View Connection Settings" option in Windows 8.1 and the "Network settings" option in Windows 10?
I work with Delphi XE7 and I'm developing a kiosk application. In Windows 8.1 I use the van.dll for showing the "Available Networks List" and in Windows 10 I use the ms-availablenetworks: command for showing it.
I don't want the users to access the Connection/Network settings option.
windows networking wireless-networking delphi
add a comment |
up vote
2
down vote
favorite
Is there a way for disabling or hiding the "View Connection Settings" option in Windows 8.1 and the "Network settings" option in Windows 10?
I work with Delphi XE7 and I'm developing a kiosk application. In Windows 8.1 I use the van.dll for showing the "Available Networks List" and in Windows 10 I use the ms-availablenetworks: command for showing it.
I don't want the users to access the Connection/Network settings option.
windows networking wireless-networking delphi
I think there are some options via Group Policy, but can't find any specifics atm
– panhandel
Nov 27 at 22:41
Yeah, but also I don't know if any of them could do the right thing. I searched already for possible parameters for van.dll but nothing and tried to hide settings pages (hide:network-vpn;datausage;network-mobilehotspot...) in Windows registry, but can not reach my goal; when I hide all of them, then when user click on option, appears the Windows Settings Window.
– Betus
Nov 27 at 23:01
Hide network icon from taskbar and then use in-app network selection and connection.
– Mike Petrichenko
Nov 28 at 1:15
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
Is there a way for disabling or hiding the "View Connection Settings" option in Windows 8.1 and the "Network settings" option in Windows 10?
I work with Delphi XE7 and I'm developing a kiosk application. In Windows 8.1 I use the van.dll for showing the "Available Networks List" and in Windows 10 I use the ms-availablenetworks: command for showing it.
I don't want the users to access the Connection/Network settings option.
windows networking wireless-networking delphi
Is there a way for disabling or hiding the "View Connection Settings" option in Windows 8.1 and the "Network settings" option in Windows 10?
I work with Delphi XE7 and I'm developing a kiosk application. In Windows 8.1 I use the van.dll for showing the "Available Networks List" and in Windows 10 I use the ms-availablenetworks: command for showing it.
I don't want the users to access the Connection/Network settings option.
windows networking wireless-networking delphi
windows networking wireless-networking delphi
edited Nov 27 at 22:48
Worthwelle
2,2993924
2,2993924
asked Nov 27 at 22:32
Betus
112
112
I think there are some options via Group Policy, but can't find any specifics atm
– panhandel
Nov 27 at 22:41
Yeah, but also I don't know if any of them could do the right thing. I searched already for possible parameters for van.dll but nothing and tried to hide settings pages (hide:network-vpn;datausage;network-mobilehotspot...) in Windows registry, but can not reach my goal; when I hide all of them, then when user click on option, appears the Windows Settings Window.
– Betus
Nov 27 at 23:01
Hide network icon from taskbar and then use in-app network selection and connection.
– Mike Petrichenko
Nov 28 at 1:15
add a comment |
I think there are some options via Group Policy, but can't find any specifics atm
– panhandel
Nov 27 at 22:41
Yeah, but also I don't know if any of them could do the right thing. I searched already for possible parameters for van.dll but nothing and tried to hide settings pages (hide:network-vpn;datausage;network-mobilehotspot...) in Windows registry, but can not reach my goal; when I hide all of them, then when user click on option, appears the Windows Settings Window.
– Betus
Nov 27 at 23:01
Hide network icon from taskbar and then use in-app network selection and connection.
– Mike Petrichenko
Nov 28 at 1:15
I think there are some options via Group Policy, but can't find any specifics atm
– panhandel
Nov 27 at 22:41
I think there are some options via Group Policy, but can't find any specifics atm
– panhandel
Nov 27 at 22:41
Yeah, but also I don't know if any of them could do the right thing. I searched already for possible parameters for van.dll but nothing and tried to hide settings pages (hide:network-vpn;datausage;network-mobilehotspot...) in Windows registry, but can not reach my goal; when I hide all of them, then when user click on option, appears the Windows Settings Window.
– Betus
Nov 27 at 23:01
Yeah, but also I don't know if any of them could do the right thing. I searched already for possible parameters for van.dll but nothing and tried to hide settings pages (hide:network-vpn;datausage;network-mobilehotspot...) in Windows registry, but can not reach my goal; when I hide all of them, then when user click on option, appears the Windows Settings Window.
– Betus
Nov 27 at 23:01
Hide network icon from taskbar and then use in-app network selection and connection.
– Mike Petrichenko
Nov 28 at 1:15
Hide network icon from taskbar and then use in-app network selection and connection.
– Mike Petrichenko
Nov 28 at 1:15
add a comment |
active
oldest
votes
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',
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%2f1378910%2fdisable-hide-view-connection-settings-option-in-available-networks-list%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1378910%2fdisable-hide-view-connection-settings-option-in-available-networks-list%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
I think there are some options via Group Policy, but can't find any specifics atm
– panhandel
Nov 27 at 22:41
Yeah, but also I don't know if any of them could do the right thing. I searched already for possible parameters for van.dll but nothing and tried to hide settings pages (hide:network-vpn;datausage;network-mobilehotspot...) in Windows registry, but can not reach my goal; when I hide all of them, then when user click on option, appears the Windows Settings Window.
– Betus
Nov 27 at 23:01
Hide network icon from taskbar and then use in-app network selection and connection.
– Mike Petrichenko
Nov 28 at 1:15