Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

security warning regtweak to inf?

Featured Replies

How do you make this

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments]
"SaveZoneInformation"=dword:00000001

to this work. I know what is wrong but I can't fix it. How to you make a dword add to the registry as I can't find out anything about it. I think that its the bit after "SaveZoneInformation", All of my other reg settings are standard strings.

test.inf

[Version]
signature="$CHICAGO$"

[DefaultInstall]
AddReg = Securitywarning, Add.Uninstall


[DefaultUninstall]
DelReg = Del.Registry

[Securitywarning]
HKCU,"%Current%\Policies\Attachments","SaveZoneInformation",0x00010001,01,00,00,00


[Add.Uninstall]
HKLM,%Uninstall%,DisplayName,,"%AppDesc%"
HKLM,%Uninstall%,UninstallString,,"rundll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 132 %01%\%thisfile%"


[Del.Registry]
HKCU,"%Current%\Policies\Attachments","SaveZoneInformation",0x00010001,02,00,00,00
HKLM,"%Uninstall%"

[Strings]
; Any variables you use need to be defined under [strings].
Current = "Software\Microsoft\Windows\CurrentVersion"
RunOnceEx = "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx"
Uninstall   = "Software\Microsoft\Windows\CurrentVersion\Uninstall\%thisfile%"
thisfile    = "test.inf"
AppDesc     = " Disables Security Warning Box In SP2"



[INFO]
; key below to run any thing in the runonceex without needing to restart
; rundll32.exe iernonce.dll,RunOnceExProcess

; The command will run the section called [XXXXX] in the FILENAME.INF file  
; 128 tells setup to NOT restart if the inf needs to restart the pc
; rundll32 setupapi,InstallHinfSection XXXXX 128 .\FILENAME.INF

HKCU,"%Current%\Policies\Attachments","SaveZoneInformation",0x00010001,01,00,00,00

Should be:

HKCU,"%Current%\Policies\Attachments","SaveZoneInformation",0x00010001,"1"

and the same syntax goes for the section [Del.Registry]

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.