locked
Q about "customer feedback option" RRS feed

  • Question

  • Hello!

    I create a unattended setup package from SyncToy 2.0. How can i disable the question about the feedback option after the first start from syncToy?

     

    thanks a lot

    Wilfried Gintenstorfer

    Wednesday, September 17, 2008 7:09 AM

All replies

  • The dialog for asking the feedback will only apperar for the first time you use synctoy after the new installation. After that it should not. Did you still see it?

     

    Qiang

    Thursday, September 18, 2008 5:01 PM
  • Hello!

    Yes ... you have rigth. but i want to deploy the software on 100 to 150 PCs. And i don´t want that every employee read the message and click yes or no.

     

    thanky a lot

    wilfried

     

    Saturday, September 20, 2008 2:09 PM
  • Try this:

    Set CustomerFeedback (REG_DWORD) at HKEY_CURRENT_USER\Software\Microsoft\SyncToy in the registry to 0.  You can deploy this either via a reg file, or a Group Policy Preference.

    To create a reg file for this, open Notepad and copy and paste this:
    ___________
    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\SyncToy]
    "CustomerFeedback"=dword:00000000
    __________

    Save this file as "DisableCustFeedback.reg" (or whatever name you want as long as you keep the .reg extension).  This should help you disable this prompt for each user.

    Sunday, September 21, 2008 6:18 AM