Answer the question
In order to leave comments, you need to log in
How to apply modified Windows system settings via .reg file to all new user profiles?
There is a need to apply modified Windows system settings via .reg file to all new user profiles.
for example
Windows Registry Editor Version 5.00
; назначить смену раскладки на горячие клавиши cltrl+shift
[HKEY_USERS\.DEFAULT\keyboard layout\toggle]
"hotkey"="2"
; установить шрифт Consolas по-умолчанию для CMD
[HKEY_USERS\.DEFAULT\Console]
"FaceName"="Consolas"
Windows Registry Editor Version 5.00
; назначить смену раскладки на горячие клавиши cltrl+shift
[HKEY_LOCAL_MACHINE\keyboard layout\toggle]
"hotkey"="2"
; установить шрифт Consolas по-умолчанию для CMD
[HKEY_LOCAL_MACHINE\Console]
"FaceName"="Consolas"
Answer the question
In order to leave comments, you need to log in
for example, such a funny crutch,
take the user's SID identifier from the
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList list
, filter only real users from it according to
https://support.microsoft.com/ru-ru/help/243330/ we...
option 2: the "real" user's ProfileImagePath starts with C:\Users the technical one has other paths in life :)
from there you can get the username,
generate a reg-file
in which to make several copies of the necessary entries, in which to change "HKEY_USERS\" .DEFAULT" to "HKEY_USERS\%SID-ID of the desired_user%"
import the reg file from the Administrator.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question