🔒 Closed Nawawalang files sa usb/flash drive dahil sa virus ibalik natin!

Status
Not open for further replies.
Nawalan ka ba ng Files sa Flash drive mo dahil may virus ang computer na sinalpakan mo?..


Katinapay naka hide lang yan tinagong Virus nasa loobaparin ng Flashdrive mo yancheck mo properties nya marami parin laman.. :D

Ganito gagawinmo dyan..

1. alamin ang assigned driver letter ng Flash drive mo kunwari tinignan mo sa MyComputer

F sya or drive F

2.ngayon punta ka sa CMD/ Command Prompt

*Type your driver letter
ex: kung "F" sya ganito itytype nyo :F
3. press Enter (nasa location kana ng F nyan)
4. type this or copy and paste this command lines attrib -r -a -s -h /s /d
0r
5. pwede rin ito lang attrib -s -h /s /d
6. Press Enter
7. magloloading yan matagal depende sa laki or capacity ng files nanakahide
8. After that balik ka sa MyComputer tignan mo yong laman ng F (flash drive mo)
may makikita kang folder na walang filename don!! ayon don tinago ni Virusmga files mo CONGRATS naibalik mo lahat ng nawalang files sa Flash drive mo hehehe..


NOTE: para lang po ito sa Flash drive na nainfect po ng Virus... iba po ang process ng retrieving kapag nareformat


mahalaga ito sa ibang technicians na sumasideline for downloading of songs ang apps tapos ilalagay sa MMC ng Costumer kapag nakita nyo na ganon ang sitwasyon ng MMC nya alam nyo na ngayon ang gagawin nyo :D:)

GOD BLESS PO :)

HIT LIKE KUNG NAKATULOG PO SA INYO!
 
Dagdag ko lang para klaro sa user yung functions ng attrib command ng Windows:


Attrib

Displays, sets, or removes the read-only, archive, system, and hidden attributes assigned to files or directories. Used without parameters, attrib displays attributes of all files in the current directory.

Syntax
attrib [{+r|-r}] [{+a|-a}] [{+s|-s}] [{+h|-h}] [[Drive:][Path] FileName] [/s[/d]]

Parameters
+r : Sets the read-only file attribute.

-r : Clears the read-only file attribute.

+a : Sets the archive file attribute.

-a : Clears the archive file attribute.

+s : Sets the system file attribute.

-s : Clears the system file attribute.

+h : Sets the hidden file attribute.

-h : Clears the hidden file attribute.

[ Drive : ][ Path ] FileName : Specifies the location and name of the directory, file, or set of files for which you want to display or change attributes. You can use wildcard characters (that is, ? and *) in the FileName parameter to display or change the attributes for a group of files.

/s : Applies attrib and any command-line options to matching files in the current directory and all of its subdirectories.

/d : Applies attrib and any command-line options to directories.

/? : Displays help at the command prompt.

You do not have permission to view the full content of this post. Log in or register now.
Remarks
  • Working with groups of files

    You can use wildcard characters (that is, ? and *) with the FileName parameter to display or change the attributes for a group of files. If a file has the system or hidden attribute set, you must clear these attributes before you can change any other attributes for that file.

  • Using the archive attribute

    The archive attribute (that is, +a) marks files that have changed since the last time they were backed up. The xcopy command uses archive attributes. For more information about archive attributes and xcopy, see Related Topics.

  • The attrib command, with different parameters, is available from the Recovery Console.
Examples
To display the attributes of a file named News86 located on the current drive, type:

attrib news86

To assign the read-only attribute to the file named Report.txt, type:

attrib +r report.txt

To remove the read-only attribute from files in the \Public\Jones directory on a disk in drive B and from files in any subdirectories of \Public\Jones, type:

attrib -r b:\public\jones\*.* /s

Consider a scenario where you want to give an associate a disk containing all files in the default directory on a disk in drive A, except files with the .bak extension. Because you can use xcopy to copy only those files marked with the archive attribute, you need to set the archive attribute for those files you want to copy. First, you need to set the archive attribute for all files on drive A. Second, you need to clear the archive attribute for those files with the .bak extension. For example, type:

attrib +a a:*.* attrib -a a:*.bak

Next, use xcopy to copy the files from the disk in drive A to the disk in drive B. The /a command-line option in the following command causes xcopy to copy only those files marked with the archive attribute. For example, type:

xcopy a: b: /a

If you want xcopy to clear each file's archive attribute after it copies the files, use the /m command-line option instead of /a. For example, type:

xcopy a: b: /m

----------------------------------------------------------------------------------

Kung instant fix, usbfix lang, ayos na problema: You do not have permission to view the full content of this post. Log in or register now.
OK agad using free version.
 
all you need to do is tap f10 click tools, folder options, view tab, click show hidden files and uncheck operating system and voila you can see what hidden in your flash drive.
 
Dagdag ko lang para klaro sa user yung functions ng attrib command ng Windows:


Attrib

Displays, sets, or removes the read-only, archive, system, and hidden attributes assigned to files or directories. Used without parameters, attrib displays attributes of all files in the current directory.

Syntax
attrib [{+r|-r}] [{+a|-a}] [{+s|-s}] [{+h|-h}] [[Drive:][Path] FileName] [/s[/d]]

Parameters
+r : Sets the read-only file attribute.

-r : Clears the read-only file attribute.

+a : Sets the archive file attribute.

-a : Clears the archive file attribute.

+s : Sets the system file attribute.

-s : Clears the system file attribute.

+h : Sets the hidden file attribute.

-h : Clears the hidden file attribute.

[ Drive : ][ Path ] FileName : Specifies the location and name of the directory, file, or set of files for which you want to display or change attributes. You can use wildcard characters (that is, ? and *) in the FileName parameter to display or change the attributes for a group of files.

/s : Applies attrib and any command-line options to matching files in the current directory and all of its subdirectories.

/d : Applies attrib and any command-line options to directories.

/? : Displays help at the command prompt.

You do not have permission to view the full content of this post. Log in or register now.
Remarks
  • Working with groups of files

    You can use wildcard characters (that is, ? and *) with the FileName parameter to display or change the attributes for a group of files. If a file has the system or hidden attribute set, you must clear these attributes before you can change any other attributes for that file.

  • Using the archive attribute

    The archive attribute (that is, +a) marks files that have changed since the last time they were backed up. The xcopy command uses archive attributes. For more information about archive attributes and xcopy, see Related Topics.

  • The attrib command, with different parameters, is available from the Recovery Console.
Examples
To display the attributes of a file named News86 located on the current drive, type:

attrib news86

To assign the read-only attribute to the file named Report.txt, type:

attrib +r report.txt

To remove the read-only attribute from files in the \Public\Jones directory on a disk in drive B and from files in any subdirectories of \Public\Jones, type:

attrib -r b:\public\jones\*.* /s

Consider a scenario where you want to give an associate a disk containing all files in the default directory on a disk in drive A, except files with the .bak extension. Because you can use xcopy to copy only those files marked with the archive attribute, you need to set the archive attribute for those files you want to copy. First, you need to set the archive attribute for all files on drive A. Second, you need to clear the archive attribute for those files with the .bak extension. For example, type:

attrib +a a:*.* attrib -a a:*.bak

Next, use xcopy to copy the files from the disk in drive A to the disk in drive B. The /a command-line option in the following command causes xcopy to copy only those files marked with the archive attribute. For example, type:

xcopy a: b: /a

If you want xcopy to clear each file's archive attribute after it copies the files, use the /m command-line option instead of /a. For example, type:

xcopy a: b: /m

----------------------------------------------------------------------------------

Kung instant fix, usbfix lang, ayos na problema: You do not have permission to view the full content of this post. Log in or register now.
OK agad using free version.
thanks!
 
t
Dagdag ko lang para klaro sa user yung functions ng attrib command ng Windows:


Attrib

Displays, sets, or removes the read-only, archive, system, and hidden attributes assigned to files or directories. Used without parameters, attrib displays attributes of all files in the current directory.

Syntax
attrib [{+r|-r}] [{+a|-a}] [{+s|-s}] [{+h|-h}] [[Drive:][Path] FileName] [/s[/d]]

Parameters
+r : Sets the read-only file attribute.

-r : Clears the read-only file attribute.

+a : Sets the archive file attribute.

-a : Clears the archive file attribute.

+s : Sets the system file attribute.

-s : Clears the system file attribute.

+h : Sets the hidden file attribute.

-h : Clears the hidden file attribute.

[ Drive : ][ Path ] FileName : Specifies the location and name of the directory, file, or set of files for which you want to display or change attributes. You can use wildcard characters (that is, ? and *) in the FileName parameter to display or change the attributes for a group of files.

/s : Applies attrib and any command-line options to matching files in the current directory and all of its subdirectories.

/d : Applies attrib and any command-line options to directories.

/? : Displays help at the command prompt.

You do not have permission to view the full content of this post. Log in or register now.
Remarks
  • Working with groups of files

    You can use wildcard characters (that is, ? and *) with the FileName parameter to display or change the attributes for a group of files. If a file has the system or hidden attribute set, you must clear these attributes before you can change any other attributes for that file.

  • Using the archive attribute

    The archive attribute (that is, +a) marks files that have changed since the last time they were backed up. The xcopy command uses archive attributes. For more information about archive attributes and xcopy, see Related Topics.

  • The attrib command, with different parameters, is available from the Recovery Console.
Examples
To display the attributes of a file named News86 located on the current drive, type:

attrib news86

To assign the read-only attribute to the file named Report.txt, type:

attrib +r report.txt

To remove the read-only attribute from files in the \Public\Jones directory on a disk in drive B and from files in any subdirectories of \Public\Jones, type:

attrib -r b:\public\jones\*.* /s

Consider a scenario where you want to give an associate a disk containing all files in the default directory on a disk in drive A, except files with the .bak extension. Because you can use xcopy to copy only those files marked with the archive attribute, you need to set the archive attribute for those files you want to copy. First, you need to set the archive attribute for all files on drive A. Second, you need to clear the archive attribute for those files with the .bak extension. For example, type:

attrib +a a:*.* attrib -a a:*.bak

Next, use xcopy to copy the files from the disk in drive A to the disk in drive B. The /a command-line option in the following command causes xcopy to copy only those files marked with the archive attribute. For example, type:

xcopy a: b: /a

If you want xcopy to clear each file's archive attribute after it copies the files, use the /m command-line option instead of /a. For example, type:

xcopy a: b: /m

----------------------------------------------------------------------------------

Kung instant fix, usbfix lang, ayos na problema: You do not have permission to view the full content of this post. Log in or register now.
OK agad using free version.
ty sa added info boss....wizard
 
Status
Not open for further replies.

About this Thread

  • 16
    Replies
  • 1K
    Views
  • 16
    Participants
Last reply from:
mauzkie

Trending Topics

Online now

Members online
1,180
Guests online
1,658
Total visitors
2,838

Forum statistics

Threads
2,292,230
Posts
29,075,408
Members
1,210,222
Latest member
Luffytaru
Back
Top