Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Slow opening as two more stations open same forms
Message
From
03/08/2010 09:59:57
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
02/08/2010 22:04:49
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01474852
Message ID:
01474952
Views:
53
>Dear Mike,
>
>I did install the application on each workstation with an application launcher/loader.
>
>How do I disable write caching and oplocks?
>
>Chau, Moon

I saw this on FoxIte. Paste the following in a new text file and save the file with a reg extension then double click the new file,it will update your registry to disable oplock

REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters]
"UseOpportunisticLocking"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]
"EnableOplocks"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MRxSmb]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MRxSmb\Parameters]
"OplocksDisabled"=dword:00000001
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform