Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Turn off "remember password" on browser. This needs to be done to over 800 PC's.

  • 1 trả lời
  • 1 gặp vấn đề này
  • 7 lượt xem
  • Trả lời mới nhất được viết bởi philipp

more options

I am attempting to turn off remember password on over 800 PC's. I need to do this remotely and in one instance. Is there a script I can right?

I am attempting to turn off remember password on over 800 PC's. I need to do this remotely and in one instance. Is there a script I can right?

Tất cả các câu trả lời (1)

more options

hello radwan2507, the preferred method to this would probably be like it's described in http://kb.mozillazine.org/Locking_preferences

you'd have to put

lockPref("signon.rememberSignons", false);

into the mozilla.cfg file if you want to forcibly disable the saving of passwords. if you just want to set a different default option but still allow users the choice over how this preference should be set, use defaultPref instead of lockPref.