Disable charms in windows 8.1 using answer file.

hi

How to disable charms in windows 8.1 deployment using answer file.


March 17th, 2015 9:39am

Hi,

We can use registry to control this settings:

HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion>ImmersiveShell\EdgeUI

created DWORD value DisableTLCorner DisableTRCorner, type 1 and click OK

Use reg.exe add command to achieve this. Typically I don't recommend making changes to HKCU during imaging, instead settings should be better applied using GPO.

Free Windows Admin Tool Kit Click here and download it now
March 17th, 2015 11:24pm

Thanks.  Hi how can apply these setting to all the users??


March 18th, 2015 12:09am

Hi,

If the users are in a domain, then you can refer to the following link:

Assign Security Group Filters to the GPO

https://technet.microsoft.com/en-us/library/cc947840(v=ws.10).aspx

Filter Using Security Groups

https://technet.microsoft.com/en-us/library/cc752992.aspx

Free Windows Admin Tool Kit Click here and download it now
March 18th, 2015 1:04am

Thanks.  Hi how can apply these setting to all the users??


March 18th, 2015 4:08am

Hi, Thanks for the reply.

We don't wanted to add this setting in domain we wanted it within the image is there any way of disabling charms for all users within the image as we are on the process of deployment of Windows 8.1 Tablets & they can be domain or non domain joined.

Making Copy Profile setting True in answer file is not working.

Thanks,

 

 

Free Windows Admin Tool Kit Click here and download it now
March 19th, 2015 6:30am

Hi,

You can try to use FirstLogonCommand with SynchronousCommand  to add the HKCU registry entry, use Reg.exe to add associated registry keys

https://technet.microsoft.com/en-us/library/ff715886.aspx

And this link can also be helpful for you:

For information about how to execute arbitrary commands during Sysprep  (I have translated it into English)

http://translate.google.co.in/translate?hl=en&sl=ja&u=http://blogs.technet.com/b/askcorejp/archive/2010/05/28/sysprep.aspx&prev=search

March 23rd, 2015 5:18am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics