Jump to content

Help for 2 regs


Recommended Posts

Hi,

I searched and NOT found a reg tweak for:

1) disabling the ZIP management with the command: regsvr32 /u zipfldr.dll

2) forcing all opened windows (Internet, Explorer, Office, Apps..) Maximized

Regards

coucou

Link to comment
Share on other sites


Or this:

REG ADD %KEY%\035 /VE /D "Removing Built-in Zip" /f
REG ADD %KEY%\035 /V 1 /D "%SystemRoot%\system32\regsvr32 /u %SystemRoot%\system32\zipfldr.dll" /f
REG ADD %KEY%\035 /V 2 /D "%SystemRoot%\system32\REG DELETE HKCR\.zip\CompressedFolder /f" /f
REG ADD %KEY%\035 /V 3 /D "%SystemRoot%\system32\REG DELETE HKCR\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31} /f" /f
REG ADD %KEY%\035 /V 4 /D "%SystemRoot%\system32\REG DELETE HKLM\SOFTWARE\Classes\CompressedFolder /f" /f

Link to comment
Share on other sites

Hi,

TNX a lot for yr help and sorry for the delay. I got connexion problems.

1) Cheers :thumbup how to make (if possible)

REG ADD %KEY%\035 /V 1 /D "%SystemRoot%\system32\regsvr32 /u %SystemRoot%\system32\zipfldr.dll" /f

with .inf file.

2) here the export of my [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"NoUpdateCheck"=dword:00000001
"NoJITSetup"=dword:00000001
"Disable Script Debugger"="yes"
"FullScreen"="no"
"Window_Placement"=hex:2c,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff,\
 ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ae,00,00,00,ae,00,00,00,ae,03,00,00,c0,02,00,\
 00
"Start Page"="http://adsl.free.fr/"
"Use FormSuggest"="yes"
"AddToFavoritesExpanded"=dword:00000001
"NotifyDownloadComplete"="no"
"Use Custom Search URL"=dword:00000001
"Search Bar"="C:\\Program Files\\Copernic Agent\\Web\\SearchBar.htm"
"Error Dlg Displayed On Every Error"="no"
"Save Directory"="H:\\Download\\"
"Enable Browser Extensions"="yes"

What to add/modify??? I tested "FullScreen"="yes" it's not what i'm looking for. Moreover, after reboot "FullScreen"=(become)"no"

How to resolve that??? if possible with a .reg or .inf tweak file/command line to include in RunOnceEx.

Regards

coucou

Link to comment
Share on other sites

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...