Jump to content

hidden system files and show content of system folders


Recommended Posts

Hi,

I would like to develop a little script for show/hide system files, show hidden files and show content of system folders. I know that is it possible to make with send commands ... but I would like to check whether the checkbos is checked or not. After a little bit looking for a solution I found the Auto3Libs and the SysTreeView file. But what function I have to use?

My script:

#include "A3LTreeView.au3"
BlockInput(0)
Run("C:\WINDOWS\explorer.exe")
WinWaitActive("Eigene Dateien")
Send("!xo")
WinWaitActive("Ordneroptionen")
Send("{TAB 6}" & "{RIGHT}" & "{TAB 3}" & "{DOWN 7}")
<--- Here I need sth. --->
Send("{DOWN}")
<--- Here I need sth. --->
Send("{ENTER}")
WinWaitActive("Eigene Dateien")
Send("!{F4}")
BlockInput(1)

Plz help!

Link to comment
Share on other sites

This can be easily done using registry keys - (use RegRead and RegWrite to turn these features ON/OFF)

Here are the info needed to show/hide Hidden Operating System files.

This is for Hidden files.

I just Google-ed for these and they came up in seconds.

The last one is not so easy to find and that will be your homework :whistle:

SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script

wannabe "Unbeatable" Tic-Tac-Toe

Paper-Scissor-Rock ... try to beat it anyway :)

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...