Jump to content

alanfox

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About alanfox

Profile Information

  • OS
    Windows 7 x64

alanfox's Achievements

0

Reputation

  1. I'm sorry, I am either very thick, or I'm not properly explaining what I want to do.
  2. This is what I need to automate: From Network and Sharing Center, select Advanced Sharing Options and on that windows set Public Folder Sharing and Password Protected Sharing toggles. If I can do that from WMI I would be VERY happy. But I am unable to find WMI classes that affect these two settings.
  3. Thanks to everyone. I do not need a simple file share, I need to set advanced sharing options. I beleive that Au3Record may do what I want and I will try it. Thank you.
  4. I want to be able to automate setting advanced sharing, public folder sharing and password protected sharing. I want to be able to do this via command line, vbscript, reg hack, ... However I can. I've googled and binged for days. Tried using regshot to look at before/after registry settings when I manually changed them. Nothing. Any help would be great. Or even if I can find where the settings are stored would be helpful. I can set network discovery and file and printer sharing with "netsh advfirewall firewall set rule group=" but there are no groups/rules for public folder sharing and password proteced sharing. Thank you.
  5. Try this: START TMPGEncAuthoring.exe /s /v"/qb" :LOOP IF NOT EXIST "%ALLUSERSPROFILE%\Desktop\TMPGEnc Authoring Works 4.lnk" GOTO LOOP TASKKILL /F /IM msiexec.exe /T One of the last things the installer does is to create the desktop shortcut. If its there, then the reboot Yes/No message should be on the screen. Killing the installer task at that time, stops the reboot dialog. This work for Authoring 4, should work for DVD Author 3 as well, just change the START command and the IF NOT commands accordingly.
×
×
  • Create New...