Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
"FileInfoCacheLifetime"=dword:00000000
"DirectoryCacheLifetime"=dword:00000000
"FileNotFoundCacheLifetime"=dword:00000000
He says: This approach is more easily implemented in my setup program
Can I ask how Mark did this?
I think I will go down this route
I use Inno setup as the installation program
Can someone advise the best way to do this?
I was thinking...
Do I create a .bat 'regfix.bat' with these exact 5 lines above, include them in the install program and then run the bat file at the end of the install program?
[Run]
Filename: "{app}regfix.bat"; Parameters: "install"; Flags: runhidden