PC Review


Reply
Thread Tools Rate Thread

Bliss desktop picture small

 
 
Charlie3110
Guest
Posts: n/a
 
      8th Oct 2009

I have problems with malware redirecting my Internet Explorer to wrong sites.
In my efforts to eradicate this malware I have somehow upset my desktop. I
used to have bliss as my pic but now I have a dark blue desktop. I have treid
to change back to bliss but it only shows in the centre of the screen. I
thought the screen resolution might have changed but that is ok. My task bar
used to be blue but now is white and I imagine that goes with the dark blue
desktop. How can I restore the desktop to a full bliss and how can I restore
the task bar to blue also? Thanks
 
Reply With Quote
 
 
 
 
Charlie3110
Guest
Posts: n/a
 
      8th Oct 2009
Having posted this I Googled the problem and was directed to Kelly's Corner
where I found that if I right clicked on the desktop and chose Properties and
then chose Themes my theme was not set to XP. When I did that then all is
restored. I still have the problem with redirection and despite running
SpyBot and Malwarebyte and Spyware terminator and Adaware and even Microsoft
windows malicious software tool it remains. I would love some help on this
please? Thanks

"Charlie3110" wrote:

> I have problems with malware redirecting my Internet Explorer to wrong sites.
> In my efforts to eradicate this malware I have somehow upset my desktop. I
> used to have bliss as my pic but now I have a dark blue desktop. I have treid
> to change back to bliss but it only shows in the centre of the screen. I
> thought the screen resolution might have changed but that is ok. My task bar
> used to be blue but now is white and I imagine that goes with the dark blue
> desktop. How can I restore the desktop to a full bliss and how can I restore
> the task bar to blue also? Thanks

 
Reply With Quote
 
1PW
Guest
Posts: n/a
 
      8th Oct 2009
Charlie3110 wrote:
> Having posted this I Googled the problem and was directed to Kelly's Corner
> where I found that if I right clicked on the desktop and chose Properties and
> then chose Themes my theme was not set to XP. When I did that then all is
> restored. I still have the problem with redirection and despite running
> SpyBot and Malwarebyte and Spyware terminator and Adaware and even Microsoft
> windows malicious software tool it remains. I would love some help on this
> please? Thanks
>
> "Charlie3110" wrote:
>
>> I have problems with malware redirecting my Internet Explorer to wrong sites.
>> In my efforts to eradicate this malware I have somehow upset my desktop. I
>> used to have bliss as my pic but now I have a dark blue desktop. I have treid
>> to change back to bliss but it only shows in the centre of the screen. I
>> thought the screen resolution might have changed but that is ok. My task bar
>> used to be blue but now is white and I imagine that goes with the dark blue
>> desktop. How can I restore the desktop to a full bliss and how can I restore
>> the task bar to blue also? Thanks


DNS poisoning is one possibility.

Another is a compromised HOSTS file.

Pity you couldn't let us have more information...

--
1PW
 
Reply With Quote
 
sandy58
Guest
Posts: n/a
 
      8th Oct 2009
On Oct 8, 8:58*am, Charlie3110 <Charlie3...@discussions.microsoft.com>
wrote:
> I have problems with malware redirecting my Internet Explorer to wrong sites.
> In my efforts to eradicate this malware I have somehow upset my desktop. I
> used to have bliss as my pic but now I have a dark blue desktop. I have treid
> to change back to bliss but it only shows in the centre of the screen. I
> thought the screen resolution might have changed but that is ok. My task bar
> used to be blue but now is white and I imagine that goes with the dark blue
> desktop. How can I restore the desktop to a full bliss and how can I restore
> the task bar to blue also? Thanks


Try Control Panel>Display>Desktop>position:Stretch.
Good luck.
 
Reply With Quote
 
Paul
Guest
Posts: n/a
 
      8th Oct 2009
Charlie3110 wrote:
> Having posted this I Googled the problem and was directed to Kelly's Corner
> where I found that if I right clicked on the desktop and chose Properties and
> then chose Themes my theme was not set to XP. When I did that then all is
> restored. I still have the problem with redirection and despite running
> SpyBot and Malwarebyte and Spyware terminator and Adaware and even Microsoft
> windows malicious software tool it remains. I would love some help on this
> please? Thanks


When you type in a URL into the browser, the name is translated to an
IP address. So "www.microsoft.com" is converted to numbers like 1.2.3.4,
which is the IP address. The IP address, is how the computer actually
does the communication.

DNS or Domain Name Service is one way to do that translation. Your
ISP has a DNS server, that performs that kind of translation on
request.

But there is also a file on the computer, the "hosts" file, and
it is used to override DNS. So a name can be translated locally.
This is the contents of my (uncompromised) hosts file. The file is
very short, and has only one entry. This file is what gets installed
with my WinXP SP3 install CD.

C:\WINDOWS\system32\drivers\etc\hosts

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost

*******

If you find extra entries, they can be there for good reasons, or
bad reasons. For example, this technique prevents communications
with doubleclick.net . Some people distribute hosts files, with the
intent of "disconnecting" sites like doubleclick.net . So they
can't track you and your viewing preferences.

127.0.0.1 doubleclick.net

But if you saw something like this, this could be a redirection
for some other purpose. If you attempted to reach microsoft.com
with your browser, you're going to that number instead (I just
made up a number). The browser would think it had reached Microsoft.

123.102.103.104 microsoft.com

The redirection could still be an active element on the computer,
either code or a browser helper object or whatever. There are
probably other ways to redirect a person, but I'm no "virus/malware"
guy.

HTH,
Paul

>
> "Charlie3110" wrote:
>
>> I have problems with malware redirecting my Internet Explorer to wrong sites.
>> In my efforts to eradicate this malware I have somehow upset my desktop. I
>> used to have bliss as my pic but now I have a dark blue desktop. I have treid
>> to change back to bliss but it only shows in the centre of the screen. I
>> thought the screen resolution might have changed but that is ok. My task bar
>> used to be blue but now is white and I imagine that goes with the dark blue
>> desktop. How can I restore the desktop to a full bliss and how can I restore
>> the task bar to blue also? Thanks

 
Reply With Quote
 
Charlie3110
Guest
Posts: n/a
 
      8th Oct 2009
Thanks gentlemen for your responses. Sandy, thanks but I have resolved the
desktop problem as per my second entry. I will get to the advice from Paul
this afternoon when I have some more time. 1PW you are welcome to at much
info as you desire but I am a senior surfer and if I knew before hand what
advice you needed then I would have supplied it but Paul has steered in the
right direction and I will read what he has written very slowly and act on it.
Thanks again

"sandy58" wrote:

> On Oct 8, 8:58 am, Charlie3110 <Charlie3...@discussions.microsoft.com>
> wrote:
> > I have problems with malware redirecting my Internet Explorer to wrong sites.
> > In my efforts to eradicate this malware I have somehow upset my desktop. I
> > used to have bliss as my pic but now I have a dark blue desktop. I have treid
> > to change back to bliss but it only shows in the centre of the screen. I
> > thought the screen resolution might have changed but that is ok. My task bar
> > used to be blue but now is white and I imagine that goes with the dark blue
> > desktop. How can I restore the desktop to a full bliss and how can I restore
> > the task bar to blue also? Thanks

>
> Try Control Panel>Display>Desktop>position:Stretch.
> Good luck.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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: Small picture then text Graham Mayor Microsoft Word New Users 6 12th Mar 2010 01:50 PM
CLOUDS moving on "Bliss" Desktop Backround win XP Roger Windows XP New Users 8 19th Jun 2008 01:27 AM
Picture too small dipsi@mensaplan.tk Microsoft Powerpoint 1 5th Dec 2006 12:05 PM
How to synchronize a small notebook to a desktop like a PocketPC to a desktop Juan I. Cahis Microsoft Windows 2000 1 4th Apr 2004 08:31 PM
small picture of one website into another =?Utf-8?B?U3V6YW5uZQ==?= Microsoft Frontpage 3 23rd Jan 2004 06:32 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:06 AM.