Jump to content

Appearance and Themes


Recommended Posts

Ive just discovered Autoit and now I use it for everything. Its marvellous! If I had a milkman Id even leave notes for him with it.

At the moment Im writing a script to configure new computers to my companys standard. This might not strictly be an Autoit question but here goes anyway:

Does anyone know how to gain access to Folder Options, the third icon in the Appearance and Themes window? (Desk.cpl is OK for the others). What I want to do is uncheck the auto search for shared folders and printers.

Thanks

Link to comment
Share on other sites

Should be

REG_WRITE('HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced', 'NoNetCrawling', 'REG_DWORD', '00000001')

Maybe you need to reboot. Have a look at the Folder.au3-demo from AutoIt3Lib This does what you want via gui.

Edited by dabus
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...