|
|
|
date: Fri, 5 Sep 2008 21:41:46 -0400,
group: microsoft.public.windows.vista.general
back
Re: Vista Desktop Problem
"Doug" wrote in message
news:%23K3JEZ$DJHA.5600@TK2MSFTNGP03.phx.gbl...
>>>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.
date: Sat, 6 Sep 2008 09:16:15 +0100
author: Synapse Syndrome
Re: Vista Desktop Problem
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%23DJHA.680@TK2MSFTNGP03.phx.gbl...
> "richard flores" wrote in message
> news:r4ednd1tlK9GQlzVnZ2dnUVZ_o_inZ2d@earthlink.com...
>>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.
>
>
date: Sat, 6 Sep 2008 18:48:27 -0700
author: Gary S. Terhune None
Re: Vista Desktop Problem
"Gary S. Terhune" <None> wrote in message
news:ei0WOvIEJHA.4872@TK2MSFTNGP03.phx.gbl...
>>>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.
date: Sun, 7 Sep 2008 13:05:34 +0100
author: Synapse Syndrome
Re: Vista Desktop Problem
Thank you, <s>!
--
Gary S. Terhune
MS-MVP Shell/User
http://grystmill.com
"Synapse Syndrome" wrote in message
news:%23ZoRKIOEJHA.4936@TK2MSFTNGP03.phx.gbl...
> "Gary S. Terhune" <None> wrote in message
> news:ei0WOvIEJHA.4872@TK2MSFTNGP03.phx.gbl...
>>>>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.
>
>
date: Sun, 7 Sep 2008 12:44:28 -0700
author: Gary S. Terhune none
|
|