Jump to content

Recommended Posts

Posted

I have a policy in place to disable the Apps on the start menu, but i've been advised that the calculator doesn't work.

When i go to launch it i get the error below, removing all policies doesnt restore access.

 

However, if i do a clean install of Windows 10 without any policies applied, the calculator works fine for all users.

 

It appears whatever the policy is that breaks it, when all policies are removed, it leaves it broken.

 

Can anyone help me restore access?

 

Thanks.

02-03-2017 10-00-18.png

Posted
Can I butt in and unashamedly request the MSI, please? Saves me having to create one :)

 

The one I made doesn't seem to deploy through GPO but works when run on the machine manually logged in.

Posted
Can I butt in and unashamedly request the MSI, please? Saves me having to create one :)

 

The one I made doesn't seem to deploy through GPO but works when run on the machine manually logged in.

Posted
I just deleted the 'calc.exe' place holder executable in system32 and replaced it with the one from Windows XP in my base image. Worked like a charm.
Posted

Has anyone made a working MSI for this yet? I tried replacing the file in system32 but would allow me to due to permissions?

Ultimately i need to write a script or have some way of getting calculator working on the 100+ machines already deployed.

Thanks in advance.

Posted

How about something at startup...

 

 @echo OFF

IF EXIST "C:\Windows\System32\calc1.exe" goto _End

"\\Servername\Applications$\Old Calculator for Windows 10\Old Calculator for Windows 10.exe" /s

:_End

 

That said, the silent install didn't work for me and I've yet to get around to making an MSI.

Posted
Has anyone made a working MSI for this yet? I tried replacing the file in system32 but would allow me to due to permissions?

Ultimately i need to write a script or have some way of getting calculator working on the 100+ machines already deployed.

Thanks in advance.

 

It isn't going to let you without first taking ownership and giving yourself write access. To script it you'll need to use 'takeown' and 'cacls' to make those changes.

 

Or instead of messing with replacing the exe in system32 you could just use GPP to copy the Windows XP calculator executable into Program Files somewhere and create a link to in the Start Menu. No scripting needed.

Posted
It isn't going to let you without first taking ownership and giving yourself write access. To script it you'll need to use 'takeown' and 'cacls' to make those changes.

 

Or instead of messing with replacing the exe in system32 you could just use GPP to copy the Windows XP calculator executable into Program Files somewhere and create a link to in the Start Menu. No scripting needed.

 

i did try copying the exe to system32 and creating a shortcut on the desktop, but it wouldnt launch when double clicked on it.

  • 3 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...