Hi bunnyhina,
You can use third party tools, but the Vista built in utility also works.
Open Command Prompt as Administrator
run utility:
diskpart
select disk 0 ; 0 is the first drive etc
list part ; show partitions available on the disk
select part 2 ; unlike disks, partitions are numbered from 1 etc
setid id=17 OVERRIDE ; ID 17 is hidden partition
exit ; Exits Diskpart utility
To reveal the partition again,
Open Command Prompt as Administrator
run utility:
diskpart
select disk 0 ; 0 is the first drive etc
list part ; show partitions available on the disk
select part 2 ; unlike disks, partitions are numbered from 1 etc
setid id=07 OVERRIDE ; ID 07 is standard NTFS partitioon. 04 is FAT16, 0B
is FAT32 etc
exit
You may put these commands in a text file (yourscriptfile.txt) and run
diskpart from a batch file:
diskpart /s yourscriptfile.txt
The list of partition types is available on:
http://msdn.microsoft.com/en-us/libr...90(VS.85).aspx
or you can use your favorite Internet search.
"bunnyhina" <> wrote in message
news:...
>
> Is it poosible to make a partition permanently invisible & lock so that
> if virus attacks or any other problem arrise it doesn't effect that
> partiton n i easily store my important office data...
>
>
> --
> bunnyhina