Author: heyfrank
Subject: Running BGInfo in local/workgroup setting?
Posted: 05 October 2016 at 7:15pm
Has anyone had luck with running BGinfo from the users start up folder with a batch script?? This is a non domain environment and is at most a Workgroup environment, as most dental practices are not on a domain.
Subject: Running BGInfo in local/workgroup setting?
Posted: 05 October 2016 at 7:15pm
Has anyone had luck with running BGinfo from the users start up folder with a batch script?? This is a non domain environment and is at most a Workgroup environment, as most dental practices are not on a domain.
(C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup)
I have the .exe and .bgi located in %USERPROFILE%\Documents
My issue is it when running it prompts for a access is denied error in command prompt, I believe the error exists on trying to add the registry key for EULA
My startup batch script:
Is there a better way to do this? Any help would be most appreciated. Thank you.@echo offreg add HKU\.DEFAULT\Software\Sysinternals\BGInfo /v EulaAccepted /t REG_DWORD /d 1 /f@echo offcd"C:\Users\%USERNAME%\Documents\bginfo\bginfo.exe" bginfotemplate.bgi /TIMER:0 /nolicprompt /SILENT