Click here to Skip to main content
15,887,776 members
Home / Discussions / Windows Development
   

Windows Development

 
GeneralRe: GRRRR!! 32 bit / 64 bit file mappings... Pin
kalberts30-May-17 7:26
kalberts30-May-17 7:26 
GeneralRe: GRRRR!! 32 bit / 64 bit file mappings... Pin
RedDk30-May-17 7:42
RedDk30-May-17 7:42 
GeneralRe: GRRRR!! 32 bit / 64 bit file mappings... Pin
Richard MacCutchan30-May-17 8:44
mveRichard MacCutchan30-May-17 8:44 
GeneralRe: GRRRR!! 32 bit / 64 bit file mappings... Pin
kalberts30-May-17 22:42
kalberts30-May-17 22:42 
GeneralRe: GRRRR!! 32 bit / 64 bit file mappings... Pin
Richard MacCutchan30-May-17 22:52
mveRichard MacCutchan30-May-17 22:52 
AnswerRe: GRRRR!! 32 bit / 64 bit file mappings... Pin
Terry Perez8-Sep-17 4:00
Terry Perez8-Sep-17 4:00 
GeneralRe: GRRRR!! 32 bit / 64 bit file mappings... Pin
OriginalGriff14-Sep-17 21:56
mveOriginalGriff14-Sep-17 21:56 
QuestionDisable UAC for standard accounts in Windows 10 (Please read full post before replying. Thanks.) Pin
djdynamix18-Apr-17 8:01
djdynamix18-Apr-17 8:01 
OK... Here's the issue:

I've been tasked with migrating my company's kiosk music system from Windows 7 to Windows 10. We currently have about 40 machines out on rental.

The machines are not internet-connected, and the kiosk launcher runs in a restricted "standard" user account, and uses Parental Controls and Group Policies to maintain its security. I'm currently rewriting the launcher shell in C#/.NET 4.6.2 following MS current security policy guidelines.

The main music player app and its registration plugin were written (not by me!) nearly 10 years ago for Windows Vista, and needs read/write access to several files in %programfiles% folder and to registry keys in both HKLM and HKCU. We no longer have the original source code, and the company will not authorise a complete rewrite (despite my protestations!).

In Windows 7, I simply disabled UAC across the entire system, and set the music player app and its registration plugin "Run As Administrator" for all accounts. That has worked for us for 7 years now, and caused us no security issues, due to the machines being "locked down" in so many other ways.

With the advent of Windows 10, "Run As Administrator" results in the user being prompted for an administrator password every time the music player is started. I've failed completely to disable UAC on the standard restricted user account. Here's all the suggestions which haven't worked:

1) Drop the UAC slider to the bottom in the main Administrator account. This disables UAC on all Admin accounts, but not on standard ones.
2) Change "EnableLUA" to zero in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System. Same result as 1)
3) Create a shortcut to the music player EXE including the administrator password... Basically Aaaaaaargh! That would risk exposing the machine's administrator password and break our other security.
4) Create a task in Task Scheduler to run the app with administrator permissions. This is impractical because the machine administrator password has to be written into the task. All 40 machines have unique passwords, and there is no "automatic" way of writing that into the task. The systems need to be upgradeable with a sysprep'd clone. It also risks exposing the admin password to "local hackers" same as 3).
5) Write the "Run As Administrator" along with the password into the kiosk launcher shell prior to compilation. Gets around the chance of exposing the password, but I'd need to recompile the launcher for each machine, because they all have unique passwords.

It has been suggested that there may be extra Group Policy settings available to disable UAC completely in the Enterprise edition of Windows 10, but nobody seems to be able to confirm that, and in any case I'd be unlikely to get my company to fork out for 40 copies of Enterprise!!!

I can't believe that no one has yet found a way to completely disable UAC in Windows 10, but googling the issue has produced no workaround which is usable for our systems.

PLEASE... Has anyone managed to crack this issue yet? I'm sure I'm not the only person in need of a "fix" for this.

Thanks.
AnswerRe: Disable UAC for standard accounts in Windows 10 (Please read full post before replying. Thanks.) Pin
Richard Deeming24-Apr-17 9:08
mveRichard Deeming24-Apr-17 9:08 
GeneralRe: Disable UAC for standard accounts in Windows 10 (Please read full post before replying. Thanks.) Pin
djdynamix30-Apr-17 6:06
djdynamix30-Apr-17 6:06 
GeneralRe: Disable UAC for standard accounts in Windows 10 (Please read full post before replying. Thanks.) Pin
Richard Deeming3-May-17 9:40
mveRichard Deeming3-May-17 9:40 
GeneralRe: Disable UAC for standard accounts in Windows 10 (Please read full post before replying. Thanks.) Pin
djdynamix6-May-17 13:50
djdynamix6-May-17 13:50 
AnswerRe: Disable UAC for standard accounts in Windows 10 (Please read full post before replying. Thanks.) Pin
Gerry Schmitz3-May-17 11:56
mveGerry Schmitz3-May-17 11:56 
GeneralRe: Disable UAC for standard accounts in Windows 10 (Please read full post before replying. Thanks.) Pin
djdynamix6-May-17 13:45
djdynamix6-May-17 13:45 
QuestionWindows 10 network copies cull "system files"? Pin
charlieg16-Mar-17 16:43
charlieg16-Mar-17 16:43 
AnswerRe: Windows 10 network copies cull "system files"? Pin
charlieg16-Mar-17 17:26
charlieg16-Mar-17 17:26 
JokeRe: Windows 10 network copies cull "system files"? Pin
Randor 21-Apr-17 16:36
professional Randor 21-Apr-17 16:36 
NewsCode Signing Pin
Michael Haephrati4-Dec-16 2:35
professionalMichael Haephrati4-Dec-16 2:35 
GeneralRe: Code Signing Pin
Kornfeld Eliyahu Peter4-Dec-16 3:22
professionalKornfeld Eliyahu Peter4-Dec-16 3:22 
GeneralRe: Code Signing Pin
Michael Haephrati4-Dec-16 7:14
professionalMichael Haephrati4-Dec-16 7:14 
GeneralRe: Code Signing Pin
Kornfeld Eliyahu Peter4-Dec-16 19:47
professionalKornfeld Eliyahu Peter4-Dec-16 19:47 
GeneralRe: Code Signing Pin
Michael Haephrati5-Dec-16 0:09
professionalMichael Haephrati5-Dec-16 0:09 
GeneralRe: Code Signing Pin
Richard MacCutchan4-Dec-16 21:26
mveRichard MacCutchan4-Dec-16 21:26 
GeneralRe: Code Signing Pin
Michael Haephrati5-Dec-16 0:09
professionalMichael Haephrati5-Dec-16 0:09 
QuestionAudio converter Pin
theoosaam6-Sep-16 5:40
theoosaam6-Sep-16 5:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.