Predicting_real_estate_prices_using_scikit-learn icon indicating copy to clipboard operation
Predicting_real_estate_prices_using_scikit-learn copied to clipboard

[SHELL32] Policies/Restrictions, SHRestricted() & all that.

Open HBelusca opened this issue 3 years ago • 0 comments

Purpose

Our shell32's wine/shpolicy.c file, synced with Wine code (and which is currently in master still up to date with Wine!), contains outdated/incomplete definitions that date back from Windows 98/2000.

The main purpose of this PR is to update the table of policy restrictions in shpolicy.c with the new policies present up to shell32 v6.0 of Windows Server 2003 SP2.

References: https://www.geoffchappell.com/studies/windows/shell/shell32/api/util/restrictions.htm https://docs.microsoft.com/en-us/windows/win32/api/shlobj_core/ne-shlobj_core-restrictions

"NoLogoff": http://systemmanager.ru/win2k_regestry.en/93519.htm "StartMenuLogOff": http://systemmanager.ru/win2k_regestry.en/92884.htm "GreyMSIAds": http://systemmanager.ru/win2k_regestry.en/93177.htm

HBelusca avatar Jan 11 '22 22:01 HBelusca