Tips & Triks Seputar Flashdisk

Redbastard

New member
Blokir copy data dari komputer ke flashdisk atau usbdisk

Cara mengamankan data dikomputer anda supaya tidak bisa dicopy ke flashdisk lakukan langkah sebagai berikut

1. open REGEDIT
2. HKEY_LOCALMACHINE\SYSTEM\CurrentControlSet\Control

3. Di folder CONTROL, ketik -> Edit>New>Key
folder baru tersebut beri nama —-> “StorageDevicePolicies”

4. “StorageDevicePolicies”, ketik Edit>New>Dword (32-bit)

5. key yang baru beri nama : “WriteProtect”

6. Klik 2x Key WriteProtect-nya, lalu ganti Value Data jadi 1

7. Restart

Untuk membuka proteksi agar data bisa dicopy ke flashdisk dengan mengganti value di key write protect menjadi 1.
 
re: Tips & Triks Seputar Flashdisk

Mengatasi Flash Disk yang Terkena Write Protected

Masalah ini muncul karena flash disk langsung dicabut tanpa "savely removed hardware". Untuk mengatasinya ada beberapa cara, yang bisa berhasil untuk masing2 kasus (tidak untuk setiap kasus). Gak ada salahnya untuk mencoba :

Cara 1.

- Start > Run > type ‘regedit’ then hit 'OK'.
- Browse to the following key:
My Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlS et\Control\StorageDevicePolicies
- Double click on the string ‘WriteProtect’ and change the ‘Value Data’ box to ‘0’
- You may also need to do this for the strings in any folders called ‘ControlSet***’ e.g.
My Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\C ontrol\StorageDevicePolicies

Cara 2.
I am running Windows XP Service Pack 2, so this description applies only in that environment.
Centon's tech support suggested doing the following...
Start->Settings->Control Panel
Administrative Tools
Computer Management
Under Storage in the left panel, click on Disk Management, wait a minute for Windows to do whatever it is doing,......
Locate the data stick/thumb drive/whatever-you-want-to-call it, in the right top windowand click on it.
Right clickin the popup, click on "Delete Partition" -- make darn sure you are doing this to the RIGHT drive!!!!!
Right click again, and choose "Create Partition" (or was it format, I forget maybe it was both).

Cara 3.
Pakai Repair Utility dari si pembuat flashdisk. Dibawah ini ada link dari HP dan apacer yang banyak dipakai dan berhasil juga untuk berbagai merk.
Di sini :
Apacer = Handy Steno 2.0 Repair Tool (cari di google)
HP = HP Tools (cari di google)

Cara 4.
Perbaiki melalui Linux.. Tutorial langkah2 bisa dibaca disini (maaf panjang banget soalnya). dan mungkin membutuhkan pemahaman tentang perintah2 linux.
Link : linux-tip-resurrecting-broken-usb

Cara 5.
Pakai application OnBelay, disini : Powerful solution for Data Backup, Data Recovery & Formatting for Flash Media (cari di google)
 
re: Tips & Triks Seputar Flashdisk

Men-Disable Autorun CD dan Removable Disk

Removable disk menjadi media tempat menyebarkan virus setelah flooppy disk tidak populer lagi. Virus virus lokal memanfaatkan flashdisk dan memory card untuk menyebar dan menginfeksi komputer karena removable disk merupakan media yang populer digunakan untuk menyimpan dan pindah data.

Berhati-hatilah menggunakan flashdisk apalagi flashdisk yang tidak jelas asal usulnya sebaiknya sebelum di akses di scan dulu dengan menggunakan antivirus yang uptodate. Jika antivirus tidak memungkinkan untuk di update selalu apalagi tidak mempunyai koneksi internet tentu tidak bisa mengupdatenya.

Untuk itu bisa dengan jalan mendisable autorun CD dan Flashdisk. Virus bekerja dengan mengcopykan dirinya ke dalam flashdisk dan membuat attribute hidden sehingga tersembunyi. Untuk mengakses file virus ini dengan cara membuat subroutin pada flashdisk tersebut dengan memanfaatkan fasilitas file autorun.inf hampir sama fungsinya dengan autoexec.bat pada harddisk.

Disaat flashdisk dipasangkan di USB, system akan mencari file autorun.inf ini, jika file ditemukan system akan secara otomatis menjalankan daftar file yang terdapat pada file autorun tersebut. Autorun ini bisa kita non aktifkan dengan cara mengubah nilai yang terdapat pada registry. Caranya sebebagai berikut:

WINDOWS 95/98/ME

1. Access the System Properties Dialog. Using Control Panel: My Computer: Properties or Explorer: My Computer: Properties.

2. Select the Device Manager tab.

3. Select the CD-ROM folder.

4. Select the entry for your CD-ROM drive.

5. Select Properties.

6. Select the Settings tab.

7. Turn on or off the Auto insert notification option.

8. Select OK.

9. Select OK

WINDOWS NT/2000

1. Start RegEdit (regedt32.exe).

2. Go to HKEY_LOCAL_MACHINE/System/CurrentControlSet/Services/Cdrom.

3. Edit the Autorun value to ‘1′ to enable autorn, and ‘0′ to disable autorun.

4. Close RegEdit

WINDOWS XP

1. Open Windows Explorer by pressing the Windows + “e” key.

2. Right-click the desired CD-ROM and select Properties from the menu.

3. Select the AutoPlay tab.

4. Select each item from the pulldown list and for the Action to perform, select “Take no action” to disable autorun, or pick the apporpriate action to take if enabling autorun.

5. Select OK.

REMOVABLE MEDIA (FLASHDISK ETC)

Autorun can be enabled or disabled for all Removable media types, such as a floppy or Zip disk. Windows systems are configured to enable CD Notification, other removable media are by default disabled.

The System Properties User interface only exposes the CD Enable or Disable selection. The setting reflected in this dialog makes an entry in the System Registry. It is in this same location that other media types are configured.

Notes:

1. Modifiying the Registry is not for the inexperienced user. Anyone will tell you, be VERY careful.
2. The modifications made in this case use Hex not Decimal numbers. If you are unfamiliar with the Registry or the characteristics of base numbering and Hex, studying these topics prior to making these modifications is advisable.

To Modify these Registry Settings, Use Regedit and navigate to the following Key:

HKEY_CURRENT_USER
Software
Microsoft
Windows
CurrentVersion
Policies
Explorer
“NoDriveTypeAutoRun”

The default value for the setting is 95. Change the first byte to 91. Restart the computer to make the new setting take effect. You may have to right-click on the floppy and choose AutoPlay from the menu to see the AutoPlay behavior.
 
Back
Top