JSI Tip 5358. How do I prevent a user from receiving a 'working offline' pop-up when the a cluster node that holds their home folder fails over?

Jerold Schulman

May 27, 2002

1 Min Read
ITPro Today logo in a gray background | ITPro Today

Nick Brown, Strasbourg, France; (Nick(dot)Brown(at)coe(dot)int), provided the research that made this tip possible.

To prevent the pop-up when a cluster node that holds the home folder fails over:

1. Copy / Paste the following to a nopopup.reg file:

REGEDIT4

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionNetCache]
"GoOfflineAction"=dword:00000001
"SyncAtLogon"=dword:00000000
"SyncAtLogoff"=dword:00000000
"NoReminders"=dword:00000001

2. Double-click or Merge the nopopup.regfile with the client's registry.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like