Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Re: Vista Desktop Problem

Reply
Thread Tools Display Modes

Re: Vista Desktop Problem

 
 
Synapse Syndrome
Guest
Posts: n/a

 
      09-06-2008
"richard flores" <> wrote in message
news: m...
>I was using a file recovery program and it recovered over 5000 image files
> straight to my desktop. I thought I had put the files in a folder. Now I
> want to clear my desktop but cannot find a way in Vista to do it. I'm sure
> there must be a way that I haven't tried (without going one by one which
> might take days).
> Can anyone think of a solution?



At Command Prompt:

cd %userprofile%\desktop
md images
move *.jpg images
move *.jpeg images
move *.gif images
move *.png images
move *.bmp images
move *.tif images

The files will be moved into a folder called 'images' on the Desktop.

Or just double click on the attached batch file.

ss.




 
Reply With Quote
 
 
 
 
Doug
Guest
Posts: n/a

 
      09-06-2008

"Synapse Syndrome" <> wrote in message
news:eAjId1%...
> "richard flores" <> wrote in message
> news: m...
>>I was using a file recovery program and it recovered over 5000 image files
>> straight to my desktop. I thought I had put the files in a folder. Now I
>> want to clear my desktop but cannot find a way in Vista to do it. I'm
>> sure
>> there must be a way that I haven't tried (without going one by one which
>> might take days).
>> Can anyone think of a solution?

>
>
> At Command Prompt:
>
> cd %userprofile%\desktop
> md images
> move *.jpg images
> move *.jpeg images
> move *.gif images
> move *.png images
> move *.bmp images
> move *.tif images
>
> The files will be moved into a folder called 'images' on the Desktop.
>
> Or just double click on the attached batch file.
>
> ss.

Neat.
It is also a good idea to be able to restore your desktop icon layout using
Microsoft's Layout.dll (free) file, which is included in the Windows NT
Resource Kit and works fine with Vista (32bit anyway):
http://discuss.pcmag.com/forums/385101001/ShowPost.aspx
This puts these options in the context menu of the Recycle Bin :
Save Desktop Icon Layout
Restore Desktop Icon Layout
By the way I have found that, with a crowded desktop, you may need to
restore more than once as initially the icons "trip over each other".
Doug

 
Reply With Quote
 
Synapse Syndrome
Guest
Posts: n/a

 
      09-06-2008
"Doug" <> wrote in message
news:%23K3JEZ$...
>>>I was using a file recovery program and it recovered over 5000 image
>>>files
>>> straight to my desktop. I thought I had put the files in a folder. Now I
>>> want to clear my desktop but cannot find a way in Vista to do it. I'm
>>> sure
>>> there must be a way that I haven't tried (without going one by one which
>>> might take days).
>>> Can anyone think of a solution?

>>
>> At Command Prompt:
>>
>> cd %userprofile%\desktop
>> md images
>> move *.jpg images
>> move *.jpeg images
>> move *.gif images
>> move *.png images
>> move *.bmp images
>> move *.tif images
>>
>> The files will be moved into a folder called 'images' on the Desktop.
>>
>> Or just double click on the attached batch file.
>>

> Neat.
> It is also a good idea to be able to restore your desktop icon layout
> using Microsoft's Layout.dll (free) file, which is included in the Windows
> NT Resource Kit and works fine with Vista (32bit anyway):
> http://discuss.pcmag.com/forums/385101001/ShowPost.aspx
> This puts these options in the context menu of the Recycle Bin :
> Save Desktop Icon Layout
> Restore Desktop Icon Layout
> By the way I have found that, with a crowded desktop, you may need to
> restore more than once as initially the icons "trip over each other".



Hi Doug.

I found Layout.dll very useful for after I used Remote Desktop from my
laptop, which has a small screen, to my desktop computer, which has high
resolution monitors. After I got home, the icons were all messed up, until
I started using Layout.dll.

Anyway, a couple of years ago I found Desktop Restore, which works better.
It can save the icon positions for different resolutions and even on
multiple monitors. Check it out.

http://www.midiox.com/desktoprestore.htm

ss.


 
Reply With Quote
 
Gary S. Terhune
Guest
Posts: n/a

 
      09-07-2008
You should know better, SS, than to attach BAT, EXE, VBS files, etc., with
the extension intact. Raises all kinds of alarms with many various AV
systems, and may even get stripped by certain servers, not to mention many
email clients with default settings. If you *must* attach a script of batch
file, change the extension to TXT and instruct the recipient to change it to
whatever it's supposed to be once it's been extracted.

Please? Thank you!

--
Gary S. Terhune
MS-MVP Shell/User
http://grystmill.com

"Synapse Syndrome" <> wrote in message
news:eAjId1%...
> "richard flores" <> wrote in message
> news: m...
>>I was using a file recovery program and it recovered over 5000 image files
>> straight to my desktop. I thought I had put the files in a folder. Now I
>> want to clear my desktop but cannot find a way in Vista to do it. I'm
>> sure
>> there must be a way that I haven't tried (without going one by one which
>> might take days).
>> Can anyone think of a solution?

>
>
> At Command Prompt:
>
> cd %userprofile%\desktop
> md images
> move *.jpg images
> move *.jpeg images
> move *.gif images
> move *.png images
> move *.bmp images
> move *.tif images
>
> The files will be moved into a folder called 'images' on the Desktop.
>
> Or just double click on the attached batch file.
>
> ss.
>
>


 
Reply With Quote
 
Gary S. Terhune
Guest
Posts: n/a

 
      09-07-2008
Right-click the Desktop, left-click Properties, click Desktop tab, click
Customize Desktop button at bottom, click Clean Desktop Now button at bottom
right.

--
Gary S. Terhune
MS-MVP Shell/User
http://grystmill.com

"richard flores" <> wrote in message
news: m...
> Apparently there was more than one solution for this. XP used to have a
> desktop cleaner, or something to that effect.
>
> Regardless, thanks for the help.



 
Reply With Quote
 
Synapse Syndrome
Guest
Posts: n/a

 
      09-07-2008

"Gary S. Terhune" <None> wrote in message
news:...
>>>I was using a file recovery program and it recovered over 5000 image
>>>files
>>> straight to my desktop. I thought I had put the files in a folder. Now I
>>> want to clear my desktop but cannot find a way in Vista to do it. I'm
>>> sure
>>> there must be a way that I haven't tried (without going one by one which
>>> might take days).
>>> Can anyone think of a solution?

>>
>> At Command Prompt:
>>
>> cd %userprofile%\desktop
>> md images
>> move *.jpg images
>> move *.jpeg images
>> move *.gif images
>> move *.png images
>> move *.bmp images
>> move *.tif images
>>
>> The files will be moved into a folder called 'images' on the Desktop.
>>
>> Or just double click on the attached batch file.

>
> You should know better, SS, than to attach BAT, EXE, VBS files, etc., with
> the extension intact. Raises all kinds of alarms with many various AV
> systems, and may even get stripped by certain servers, not to mention many
> email clients with default settings. If you *must* attach a script of
> batch
> file, change the extension to TXT and instruct the recipient to change it
> to
> whatever it's supposed to be once it's been extracted.


Well, zipping the attachment would have been a better idea, and it even gets
archived on Google Groups that way, IIRC. I forgot about all that security
nannying, as I use OE on XP.

> Please? Thank you!


Let's see. The slightly revised contents:
----------------------------
cd %userprofile%\desktop
c:
md images
move *.jpg images
move *.jpeg images
move *.gif images
move *.png images
move *.bmp images
move *.tif images
----------------------------

ss.




 
Reply With Quote
 
Gary S. Terhune
Guest
Posts: n/a

 
      09-07-2008
Thank you, <s>!

--
Gary S. Terhune
MS-MVP Shell/User
http://grystmill.com

"Synapse Syndrome" <> wrote in message
news:%...
> "Gary S. Terhune" <None> wrote in message
> news:...
>>>>I was using a file recovery program and it recovered over 5000 image
>>>>files
>>>> straight to my desktop. I thought I had put the files in a folder. Now
>>>> I
>>>> want to clear my desktop but cannot find a way in Vista to do it. I'm
>>>> sure
>>>> there must be a way that I haven't tried (without going one by one
>>>> which
>>>> might take days).
>>>> Can anyone think of a solution?
>>>
>>> At Command Prompt:
>>>
>>> cd %userprofile%\desktop
>>> md images
>>> move *.jpg images
>>> move *.jpeg images
>>> move *.gif images
>>> move *.png images
>>> move *.bmp images
>>> move *.tif images
>>>
>>> The files will be moved into a folder called 'images' on the Desktop.
>>>
>>> Or just double click on the attached batch file.

>>
>> You should know better, SS, than to attach BAT, EXE, VBS files, etc.,
>> with
>> the extension intact. Raises all kinds of alarms with many various AV
>> systems, and may even get stripped by certain servers, not to mention
>> many
>> email clients with default settings. If you *must* attach a script of
>> batch
>> file, change the extension to TXT and instruct the recipient to change it
>> to
>> whatever it's supposed to be once it's been extracted.

>
> Well, zipping the attachment would have been a better idea, and it even
> gets archived on Google Groups that way, IIRC. I forgot about all that
> security nannying, as I use OE on XP.
>
>> Please? Thank you!

>
> Let's see. The slightly revised contents:
> ----------------------------
> cd %userprofile%\desktop
> c:
> md images
> move *.jpg images
> move *.jpeg images
> move *.gif images
> move *.png images
> move *.bmp images
> move *.tif images
> ----------------------------
>
> ss.
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Vista Desktop Problem Quaoar Windows Vista General Discussion 0 09-06-2008 03:24 AM
Re: Vista Desktop Problem Michael O Windows Vista General Discussion 0 09-06-2008 02:24 AM
Re: Vista Desktop Problem SIW2 Windows Vista General Discussion 0 09-06-2008 02:03 AM
Help vista desktop bootup problem vistacommander1 Windows Vista Performance 0 07-23-2008 01:18 AM
Vista desktop problem Sumer Yamaner Windows Vista General Discussion 2 07-18-2007 07:05 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59