AD Users Calculator App Issue The 2019 Stack Overflow Developer Survey Results Are In ...
Would an alien lifeform be able to achieve space travel if lacking in vision?
Why is superheterodyning better than direct conversion?
Why does the Event Horizon Telescope (EHT) not include telescopes from Africa, Asia or Australia?
I could not break this equation. Please help me
What's the point in a preamp?
Was credit for the black hole image misattributed?
Does Parliament need to approve the new Brexit delay to 31 October 2019?
Finding the path in a graph from A to B then back to A with a minimum of shared edges
What was the last x86 CPU that did not have the x87 floating-point unit built in?
What do you call a plan that's an alternative plan in case your initial plan fails?
Slither Like a Snake
Four Colour Theorem
Can a 1st-level character have an ability score above 18?
What aspect of planet Earth must be changed to prevent the industrial revolution?
Why can't wing-mounted spoilers be used to steepen approaches?
how can a perfect fourth interval be considered either consonant or dissonant?
How can I define good in a religion that claims no moral authority?
Make it rain characters
Can withdrawing asylum be illegal?
How did passengers keep warm on sail ships?
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?
University's motivation for having tenure-track positions
How does ice melt when immersed in water?
AD Users Calculator App Issue
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Windows Store and several other apps missing on Windows 10?Can't open Windows 10 built-in apps after KB3116908Windows 10 start menu - official apps showing as blank buttonsWindows 10 Taskbar / Cortana / Start Menu do not work after some time after restarting pcWindows 10 ShellExperienceHost crashesWindows 10 start menu not workingWindows 10 Taskbar/Startmenu/Notifications not workingUWP icons are missingMicrosoft Store and other apps such as Calc and Photos won't launch after Windows' updateTouchpad left-click button not working
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
We are facing the following issue with our AD users. We're using Windows Server 2008R2 with both Windows 7 and Windows 10 Workstations.
For Windows 10 Workstations the Calculator App is not working, for some users, not all.
I've forced a shortcut for the calculator app like:
%windir%System32calc.exe
, when access the shortcut it pops the window to get it from the store or find another app to run the shortcut with.
Found some advices on Google :), like: Powershell: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
(or even the one targeting only Calculator App)
Still not fixing the issue.
Later on found that, if I login on the user that have the problem and force a cmd shortcut, run as admin and then run the Calculator from cmd window with %windir%System32calc.exe
the calculator app launches and after the Calculator shortcut working (even the keyboard shortcut).
I said, ok, then let's make the following shortcut:
%windir%System32cmd.exe /c %windir%System32calc.exe
Hoping that doing this one will work.
Wrong, still not working. Still had to launch a cmd window then run calc from there, and only after the shortcut would work.
Any advices on how to do this?
Thanks in advance.
Later edit: The shortcut is created through GPO and it has:
Run in logged-on user's security context
- Unchecked.
windows-10 active-directory
add a comment |
We are facing the following issue with our AD users. We're using Windows Server 2008R2 with both Windows 7 and Windows 10 Workstations.
For Windows 10 Workstations the Calculator App is not working, for some users, not all.
I've forced a shortcut for the calculator app like:
%windir%System32calc.exe
, when access the shortcut it pops the window to get it from the store or find another app to run the shortcut with.
Found some advices on Google :), like: Powershell: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
(or even the one targeting only Calculator App)
Still not fixing the issue.
Later on found that, if I login on the user that have the problem and force a cmd shortcut, run as admin and then run the Calculator from cmd window with %windir%System32calc.exe
the calculator app launches and after the Calculator shortcut working (even the keyboard shortcut).
I said, ok, then let's make the following shortcut:
%windir%System32cmd.exe /c %windir%System32calc.exe
Hoping that doing this one will work.
Wrong, still not working. Still had to launch a cmd window then run calc from there, and only after the shortcut would work.
Any advices on how to do this?
Thanks in advance.
Later edit: The shortcut is created through GPO and it has:
Run in logged-on user's security context
- Unchecked.
windows-10 active-directory
add a comment |
We are facing the following issue with our AD users. We're using Windows Server 2008R2 with both Windows 7 and Windows 10 Workstations.
For Windows 10 Workstations the Calculator App is not working, for some users, not all.
I've forced a shortcut for the calculator app like:
%windir%System32calc.exe
, when access the shortcut it pops the window to get it from the store or find another app to run the shortcut with.
Found some advices on Google :), like: Powershell: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
(or even the one targeting only Calculator App)
Still not fixing the issue.
Later on found that, if I login on the user that have the problem and force a cmd shortcut, run as admin and then run the Calculator from cmd window with %windir%System32calc.exe
the calculator app launches and after the Calculator shortcut working (even the keyboard shortcut).
I said, ok, then let's make the following shortcut:
%windir%System32cmd.exe /c %windir%System32calc.exe
Hoping that doing this one will work.
Wrong, still not working. Still had to launch a cmd window then run calc from there, and only after the shortcut would work.
Any advices on how to do this?
Thanks in advance.
Later edit: The shortcut is created through GPO and it has:
Run in logged-on user's security context
- Unchecked.
windows-10 active-directory
We are facing the following issue with our AD users. We're using Windows Server 2008R2 with both Windows 7 and Windows 10 Workstations.
For Windows 10 Workstations the Calculator App is not working, for some users, not all.
I've forced a shortcut for the calculator app like:
%windir%System32calc.exe
, when access the shortcut it pops the window to get it from the store or find another app to run the shortcut with.
Found some advices on Google :), like: Powershell: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
(or even the one targeting only Calculator App)
Still not fixing the issue.
Later on found that, if I login on the user that have the problem and force a cmd shortcut, run as admin and then run the Calculator from cmd window with %windir%System32calc.exe
the calculator app launches and after the Calculator shortcut working (even the keyboard shortcut).
I said, ok, then let's make the following shortcut:
%windir%System32cmd.exe /c %windir%System32calc.exe
Hoping that doing this one will work.
Wrong, still not working. Still had to launch a cmd window then run calc from there, and only after the shortcut would work.
Any advices on how to do this?
Thanks in advance.
Later edit: The shortcut is created through GPO and it has:
Run in logged-on user's security context
- Unchecked.
windows-10 active-directory
windows-10 active-directory
edited yesterday
Laurentiu Lomnasan
asked yesterday
Laurentiu LomnasanLaurentiu Lomnasan
63
63
add a comment |
add a comment |
0
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',
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%2f1424608%2fad-users-calculator-app-issue%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
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.
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%2f1424608%2fad-users-calculator-app-issue%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