A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » General XP issues or comments
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Folders disappeared after sweeping virus



 
 
Thread Tools Display Modes
  #1  
Old March 2nd 09, 03:49 AM posted to microsoft.public.windowsxp.general
Dennis
external usenet poster
 
Posts: 99
Default Folders disappeared after sweeping virus

Last week, I updated my antivirus but my PC started to run very slow. The
virus, I believe it was FUvirus, ran througout the system disabling the task
manager as well as my antivirus. So, I decided to install a new OS, install
and update antivirus to my other drive then took a virus scan the entire
system. I found over 2000 trojans. My problem now is, my folders are hidden.

Please advise how will I unhide them coz the unhide option was disabled.

I appreciate your time reading this and I hope you will also spend a little
time to help. Thanks.
--
===================================

Ads
  #2  
Old March 2nd 09, 04:35 AM posted to microsoft.public.windowsxp.general
Gurpreet Singh
external usenet poster
 
Posts: 113
Default Folders disappeared after sweeping virus

Hi Dennis,
Open command prompt by clicking startrun, type cmd

goto the root of the drive you want to fix, example to do this for c drive
type cd\ and press enter, you should see c:\

Type the following command and press enter, this command will search all
folders and subfolders and unset the hidden attribute

for /f %s in ('dir /S /b *.*') do attrib -h %s

this will include all files and folders, if you want to only run this for
folders run the following command

for /f %s in ('dir /AD /B /S *.*') do attrib -h %s

Please note that the virus may have done more damage than what you think so
it is highly recommended that you backup your data and reformat and reinstall
the entire OS. I know this sounds absurd but that would be the best course of
action to avoid surprises later.
--
Regards
Gurpreet Singh


"Dennis" wrote:

Last week, I updated my antivirus but my PC started to run very slow. The
virus, I believe it was FUvirus, ran througout the system disabling the task
manager as well as my antivirus. So, I decided to install a new OS, install
and update antivirus to my other drive then took a virus scan the entire
system. I found over 2000 trojans. My problem now is, my folders are hidden.

Please advise how will I unhide them coz the unhide option was disabled.

I appreciate your time reading this and I hope you will also spend a little
time to help. Thanks.
--
===================================

  #3  
Old March 2nd 09, 05:11 AM posted to microsoft.public.windowsxp.general
Dennis
external usenet poster
 
Posts: 99
Default Folders disappeared after sweeping virus

Thanks Gurpreet Singh!
No worries about the OS coz I have already installed a new one.

I'll give your suggestion a try and let you know what's gonna happen.

Just a question, could this steps be done in my new OS? My old OS is in
E-drive.
--
===================================



"Gurpreet Singh" wrote:

Hi Dennis,
Open command prompt by clicking startrun, type cmd

goto the root of the drive you want to fix, example to do this for c drive
type cd\ and press enter, you should see c:\

Type the following command and press enter, this command will search all
folders and subfolders and unset the hidden attribute

for /f %s in ('dir /S /b *.*') do attrib -h %s

this will include all files and folders, if you want to only run this for
folders run the following command

for /f %s in ('dir /AD /B /S *.*') do attrib -h %s

Please note that the virus may have done more damage than what you think so
it is highly recommended that you backup your data and reformat and reinstall
the entire OS. I know this sounds absurd but that would be the best course of
action to avoid surprises later.
--
Regards
Gurpreet Singh


"Dennis" wrote:

Last week, I updated my antivirus but my PC started to run very slow. The
virus, I believe it was FUvirus, ran througout the system disabling the task
manager as well as my antivirus. So, I decided to install a new OS, install
and update antivirus to my other drive then took a virus scan the entire
system. I found over 2000 trojans. My problem now is, my folders are hidden.

Please advise how will I unhide them coz the unhide option was disabled.

I appreciate your time reading this and I hope you will also spend a little
time to help. Thanks.
--
===================================

  #4  
Old March 2nd 09, 05:23 AM posted to microsoft.public.windowsxp.general
Gurpreet Singh
external usenet poster
 
Posts: 113
Default Folders disappeared after sweeping virus

Yes dennis, this can be done on any drive. If you see the command is not
having a drive letter specified, all you got to do is, go to the drive or
folder and run the command, it would be run against all files and folder in
the drive or folder. from command prompt you just need to change to the drive.

Let me know how it goes
--
Regards
Gurpreet Singh


"Dennis" wrote:

Thanks Gurpreet Singh!
No worries about the OS coz I have already installed a new one.

I'll give your suggestion a try and let you know what's gonna happen.

Just a question, could this steps be done in my new OS? My old OS is in
E-drive.
--
===================================



"Gurpreet Singh" wrote:

Hi Dennis,
Open command prompt by clicking startrun, type cmd

goto the root of the drive you want to fix, example to do this for c drive
type cd\ and press enter, you should see c:\

Type the following command and press enter, this command will search all
folders and subfolders and unset the hidden attribute

for /f %s in ('dir /S /b *.*') do attrib -h %s

this will include all files and folders, if you want to only run this for
folders run the following command

for /f %s in ('dir /AD /B /S *.*') do attrib -h %s

Please note that the virus may have done more damage than what you think so
it is highly recommended that you backup your data and reformat and reinstall
the entire OS. I know this sounds absurd but that would be the best course of
action to avoid surprises later.
--
Regards
Gurpreet Singh


"Dennis" wrote:

Last week, I updated my antivirus but my PC started to run very slow. The
virus, I believe it was FUvirus, ran througout the system disabling the task
manager as well as my antivirus. So, I decided to install a new OS, install
and update antivirus to my other drive then took a virus scan the entire
system. I found over 2000 trojans. My problem now is, my folders are hidden.

Please advise how will I unhide them coz the unhide option was disabled.

I appreciate your time reading this and I hope you will also spend a little
time to help. Thanks.
--
===================================

 




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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 04:55 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.