G
Guest
I have a logon script that imports a registry file set to make IE's cache
100Mb for all users who logon to the domain. I have both the batch file and
registry file in the same Scripts\Logon folder
My .reg file contains the following which works if you just double click it:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\5.0\Cache\Content]
"CachePrefix"=""
"CacheLimit"=dword:00019000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Cache\Content]
"CacheLimit"=dword:00019000
But when I put the following into logon.bat:
regedit.exe /s IEcache.reg
I get this error on some workstations but not all:
"Cannot import IEcache.reg: Error opening the file. There may be a disk or
file system error."
I have even looked at this KB article but none of the solutions work:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;q187316
Any ideas why this import will not work on all Win2kPro workstations when
ran from logon.bat ?
Thanks
100Mb for all users who logon to the domain. I have both the batch file and
registry file in the same Scripts\Logon folder
My .reg file contains the following which works if you just double click it:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\5.0\Cache\Content]
"CachePrefix"=""
"CacheLimit"=dword:00019000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Cache\Content]
"CacheLimit"=dword:00019000
But when I put the following into logon.bat:
regedit.exe /s IEcache.reg
I get this error on some workstations but not all:
"Cannot import IEcache.reg: Error opening the file. There may be a disk or
file system error."
I have even looked at this KB article but none of the solutions work:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;q187316
Any ideas why this import will not work on all Win2kPro workstations when
ran from logon.bat ?
Thanks