coucou Posted January 14, 2005 Posted January 14, 2005 Hi,I searched and NOT found a reg tweak for:1) disabling the ZIP management with the command: regsvr32 /u zipfldr.dll2) forcing all opened windows (Internet, Explorer, Office, Apps..) MaximizedRegardscoucou
prathapml Posted January 14, 2005 Posted January 14, 2005 1. its better to use that command itself Why do you want a regtweak for that.2. This one is do-able for explorer windows - take a look atHKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window_Placement
McoreD Posted January 15, 2005 Posted January 15, 2005 In RunOnceEx.cmd you just go: REG ADD %KEY%\010 /VE /D "Unregistering ZIP" /fREG ADD %KEY%\010 /V 1 /D "regsvr32 /s /u zipfldr.dll" /f
Yzöwl Posted January 15, 2005 Posted January 15, 2005 Or this:REG ADD %KEY%\035 /VE /D "Removing Built-in Zip" /fREG ADD %KEY%\035 /V 1 /D "%SystemRoot%\system32\regsvr32 /u %SystemRoot%\system32\zipfldr.dll" /fREG ADD %KEY%\035 /V 2 /D "%SystemRoot%\system32\REG DELETE HKCR\.zip\CompressedFolder /f" /fREG ADD %KEY%\035 /V 3 /D "%SystemRoot%\system32\REG DELETE HKCR\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31} /f" /fREG ADD %KEY%\035 /V 4 /D "%SystemRoot%\system32\REG DELETE HKLM\SOFTWARE\Classes\CompressedFolder /f" /f
coucou Posted January 17, 2005 Author Posted January 17, 2005 Hi,TNX a lot for yr help and sorry for the delay. I got connexion problems.1) Cheers 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.Regardscoucou
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now