Imperious3rill
New Member
- Messages
- 11
- Reaction score
- 0
Hi there, has anyone have used the initial preference file to create bookmarks and add extension. It would be a great help if someone can help me out?
Hi there, has anyone have used the initial preference file to create bookmarks and add extension. It would be a great help if someone can help me out?
Hello, can you please also add google search engine and "Open tab from previous session" option for Edge. Btw, how do I integrate this file to my image?here is an example that installs ublock origin and disables annoying privacy sandbox ad prompt
https://github.com/cristhian2k47/initial_preferences
idk how to edit bookmarks but you can tell me which extension you want pre-installed and ill upload the initial_preferences file here
explore mount directory and add initial_preferences to Program Files (x86)\Microsoft\Edge\ApplicationHello, can you please also add google search engine and "Open tab from previous session" option for Edge. Btw, how do I integrate this file to my image?
Windows Registry Editor Version 5.00
; # Fake MDM-Enrollment - Key 1 of 2 - let a Win10 Machine "feel" MDM-Managed
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Enrollments\FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF]
"EnrollmentState"=dword:00000001
"EnrollmentType"=dword:00000000
"IsFederated"=dword:00000000
; # Fake MDM-Enrollment - Key 2 of 2 - let a Win10 Machine "feel" MDM-Managed
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Provisioning\OMADM\Accounts\FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF]
"Flags"=dword:00d6fb7f
"AcctUId"="0x000000000000000000000000000000000000000000000000000000000000000000000000"
"RoamingCount"=dword:00000000
"SslClientCertReference"="MY;User;0000000000000000000000000000000000000000"
"ProtoVer"="1.2"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
"HideFirstRunExperience"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\Recommended]
"DefaultSearchProviderName"="Google"
"DefaultSearchProviderSearchURL"="{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:searchClient}{google:sourceId}ie={inputEncoding}"
"DefaultSearchProviderEnabled"=dword:00000001
"DefaultSearchProviderSuggestURL"="{google:baseURL}complete/search?output=chrome&q={searchTerms}"
"DefaultSearchProviderImageURL"="{google:baseURL}searchbyimage/upload"
"DefaultSearchProviderImageURLPostParams"="encoded_image={google:imageThumbnail},image_url={google:imageURL},sbisrc={google:imageSearchSource},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight}"
"RestoreOnStartup"=dword:00000001
Got it. Thanks!explore mount directory and add initial_preferences to Program Files (x86)\Microsoft\Edge\Application
google search can only be changed through policies, take a look at this:
i would use something like this along the initial_preferences file:
Code:Windows Registry Editor Version 5.00 ; # Fake MDM-Enrollment - Key 1 of 2 - let a Win10 Machine "feel" MDM-Managed [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Enrollments\FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF] "EnrollmentState"=dword:00000001 "EnrollmentType"=dword:00000000 "IsFederated"=dword:00000000 ; # Fake MDM-Enrollment - Key 2 of 2 - let a Win10 Machine "feel" MDM-Managed [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Provisioning\OMADM\Accounts\FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF] "Flags"=dword:00d6fb7f "AcctUId"="0x000000000000000000000000000000000000000000000000000000000000000000000000" "RoamingCount"=dword:00000000 "SslClientCertReference"="MY;User;0000000000000000000000000000000000000000" "ProtoVer"="1.2" [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge] "HideFirstRunExperience"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\Recommended] "DefaultSearchProviderName"="Google" "DefaultSearchProviderSearchURL"="{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:searchClient}{google:sourceId}ie={inputEncoding}" "DefaultSearchProviderEnabled"=dword:00000001 "DefaultSearchProviderSuggestURL"="{google:baseURL}complete/search?output=chrome&q={searchTerms}" "DefaultSearchProviderImageURL"="{google:baseURL}searchbyimage/upload" "DefaultSearchProviderImageURLPostParams"="encoded_image={google:imageThumbnail},image_url={google:imageURL},sbisrc={google:imageSearchSource},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight}" "RestoreOnStartup"=dword:00000001
It doesn't work :/explore mount directory and add initial_preferences to Program Files (x86)\Microsoft\Edge\Application
google search can only be changed through policies, take a look at this:
i would use something like this along the initial_preferences file:
Code:Windows Registry Editor Version 5.00 ; # Fake MDM-Enrollment - Key 1 of 2 - let a Win10 Machine "feel" MDM-Managed [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Enrollments\FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF] "EnrollmentState"=dword:00000001 "EnrollmentType"=dword:00000000 "IsFederated"=dword:00000000 ; # Fake MDM-Enrollment - Key 2 of 2 - let a Win10 Machine "feel" MDM-Managed [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Provisioning\OMADM\Accounts\FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF] "Flags"=dword:00d6fb7f "AcctUId"="0x000000000000000000000000000000000000000000000000000000000000000000000000" "RoamingCount"=dword:00000000 "SslClientCertReference"="MY;User;0000000000000000000000000000000000000000" "ProtoVer"="1.2" [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge] "HideFirstRunExperience"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\Recommended] "DefaultSearchProviderName"="Google" "DefaultSearchProviderSearchURL"="{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:searchClient}{google:sourceId}ie={inputEncoding}" "DefaultSearchProviderEnabled"=dword:00000001 "DefaultSearchProviderSuggestURL"="{google:baseURL}complete/search?output=chrome&q={searchTerms}" "DefaultSearchProviderImageURL"="{google:baseURL}searchbyimage/upload" "DefaultSearchProviderImageURLPostParams"="encoded_image={google:imageThumbnail},image_url={google:imageURL},sbisrc={google:imageSearchSource},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight}" "RestoreOnStartup"=dword:00000001
restart pc after running the reg file, fake mdm needs restartIt doesn't work :/