Jump to content

Recommended Posts

Posted

Hi,

 

I have a regedit that runs at logon, its placed in All Users > Programs > Startup.

 

Windows Registry Editor Version 5.00

 

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]

"User Agent"="Mozilla/4.0 (compatible; MSIE 6.0; Win32)"

"IE5_UA_Backup_Flag"="5.0"

"NoNetAutodial"=dword:00000000

"MigrateProxy"=dword:00000001

"EnableNegotiate"=dword:00000001

"ProxyEnable"=dword:00000001

"EmailName"="IEUser@"

"AutoConfigProxy"="wininet.dll"

"MimeExclusionListForCache"="multipart/mixed multipart/x-mixed-replace multipart/x-byteranges "

"WarnOnPost"=hex:01,00,00,00

"UseSchannelDirectly"=hex:01,00,00,00

"EnableHttp1_1"=dword:00000001

"PrivacyAdvanced"=dword:00000000

"ProxyServer"="enh.filt.dialnet.com:80"

"EnableAutodial"=dword:00000000

 

The main thing it "EnabledAutodial" been set to 0.

 

However, when it runs at logon it pops up and says "Do you want to add this to the registry". Is there a way to do it silently?

 

Thanks

Posted

It depends, if is making changes to the current user config it will be fine. If it is making changes to the computer configuration you will need local admin rights. Any that make changes to the computer configuration should be used in a startup script.

 

Z

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...