Hiding .asd files in Windows XP, a solution that works...
Posted: Thu Aug 28, 2008 1:50 am
I know from the numerous posts on this subject that I am not the only person frustrated by having .asd files showing up amongst .wav files in Windows folders. The following method is the best fix I know of (so far) to still Have Live create the files, but hide them from Windows folder view.
I have tested this method on my machine only, running Windows XP Pro but will assume it works on previous builds until I hear otherwise
The first thing you will need to do is to create a .bat file,
right click on the desktop and select "new",
then "text document"
double click on it and copy the following line only, and paste it in
attrib +r +s +h c:\*.asd /s /d
then click "file", then "save as" and name the file something like "hideasd.bat"
I have presumed in this instance that c:\ is the drive in which you wish to hide the files on, if you have multiple drives just make another file and replace the "c:\" in the line of code with "d:\" or whatever drive letter you have assigned
then close notepad
you should now see a newly created .bat file on your desktop
double click the file
you will then see the Windows Dos window pop up (this will stay open for a minute or so then close)
the .asd files should now be hidden,
if you wish to view them again in the future, just create another .bat file and replace the "+" with "-"
I hope this helps some of you guys out.
http://www.facebook.com/pages/Randy-Whiteman/9325738590
I have tested this method on my machine only, running Windows XP Pro but will assume it works on previous builds until I hear otherwise
The first thing you will need to do is to create a .bat file,
right click on the desktop and select "new",
then "text document"
double click on it and copy the following line only, and paste it in
attrib +r +s +h c:\*.asd /s /d
then click "file", then "save as" and name the file something like "hideasd.bat"
I have presumed in this instance that c:\ is the drive in which you wish to hide the files on, if you have multiple drives just make another file and replace the "c:\" in the line of code with "d:\" or whatever drive letter you have assigned
then close notepad
you should now see a newly created .bat file on your desktop
double click the file
you will then see the Windows Dos window pop up (this will stay open for a minute or so then close)
the .asd files should now be hidden,
if you wish to view them again in the future, just create another .bat file and replace the "+" with "-"
I hope this helps some of you guys out.
http://www.facebook.com/pages/Randy-Whiteman/9325738590