Jump to content

Recommended Posts

Posted

Each time I open Photoshop or Illustrator CS2 i get an Updater folder in My documents. I have disabled the update function in both apps, but folder still appears. Any way to disable the creation of this folder or set hidden attribute in worst case on this dir during UA?

:whistle:


Posted

You should be able to copy a folder called "Updater" with hidden/read-only attributes to the My Documents directory prior to installing Photoshop, perhaps using $OEM$. Haven't found a way to disable this nag, however.

Posted (edited)

After Installation of Photoshop/Illustrator you can just run the following cmd to hide.

MKDIR "%UserProfile%\My documents\Updater"
ATTRIB +H "%UserProfile%\My documents\Updater"

Edited by BoardBabe
Posted

As an addition to the 'other thread', you could create a dummy file with the same name as the folder, and set its attributes.

if exist "%UserProfile%\My Documents\Updater" rd /q "%UserProfile%\My Documents\Updater"
type nul> "%UserProfile%\My Documents\Updater"
attrib +r +h "%UserProfile%\My Documents\Updater"

Posted

For the paranoid among you who believe that Adobe can still use a hidden folder, regardless of the fact you've asked them not to! If the folder is just a file in disguise, then they cannot!

I can still put the photographic evidence of yourself and you know who, in your spouses hidden purse, especially as I know where it is kept. However if the hidden purse is only a piece of paper pretending to be a purse, then I cannot.

  • 11 months later...
Posted

I don't understand what you guys said (no offense- I'm just not understanding what cmd means and all that), but what I did was right-clicked the folder, and chose to make it a hidden folder. I'll see if this works.

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
  • Recently Browsing   0 members

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