Need app set Background picture for USBdrive & hide .jpe

Any other tech-related topics
Post Reply
Message
Author
Island Boy
Posts: 123
Joined: Wed Sep 19, 2007 7:56 pm

Need app set Background picture for USBdrive & hide .jpe

#1 Post by Island Boy »

Need apps (portable of possible) to set Background picture for USB drive, also to "Super Hide" the .jpeg file. (I might delete it by mistake)

"Hide my crap!" gives dum error message on some PCs.
http://www.freewarefiles.com/program_9_223_19246.html

noureahu
Posts: 5
Joined: Sat Apr 14, 2007 4:38 am

Folder background

#2 Post by noureahu »

To change the background image of a folder in Windows Explorer, check out http://perishablepress.com/press/2006/1 ... -in-winxp/.

As for hiding the jpg file, create a bat file called hide.bat containing this line:

Code: Select all

attrib +s +h %1
then simply drag any files you want hiding onto it.
This will add the system attribute so they will be invisible unless you turn off "Hide protected operating system files" in Folder options.

I know this isn't really a portable app, but it does the job! :D

Island Boy
Posts: 123
Joined: Wed Sep 19, 2007 7:56 pm

Thanks noureahu. Big help.

#3 Post by Island Boy »

Thanks noureahu. Big help.


tip
To unhide file or folder:

Code: Select all

attrib -s -h %1

Island Boy
Posts: 123
Joined: Wed Sep 19, 2007 7:56 pm

#4 Post by Island Boy »

I found a nice simple little app (portable) to set background picture for USB drive (or folders on USB drives)

"SMarmotte's Customize Folder"

http://dragondarka.free.fr/smarmotte/in ... downloads/
or
http://membres.lycos.fr/smarmotte/downloads/

N.B. It's French but it works.

Post Reply