Jika kita sering mendapatkan file yang tidak bisa di buka di windows 7, maka cara manual cukup lama untuk menyelesaikannya. Alternatifnya adalah mengedit registry windows dan membuat menu di klik kanan file, sehingga kita bisa mengakses lebih mudah. Mengapa meskipun kita login sebagai administrator tetapi kadang tidak bisa mengakses file atau folder yang kita dapatkan dari luar ?
Untuk bisa mengakses sebuah file yang terkunci seperti diatas, kita sebagai administrator bisa mengambil alih hak akses file tersebut ( take ownership ). Tips mudah adalah dengan mengedit registry, sehingga kita bisa menambahkan menu ketika klik kanan sebuah file/folder.
Untuk menambahkan menu ini, copy paste text berikut di notepad dan simpan dengan ekstensi .reg, misalnya : takeownership.reg.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\runas]
@=”Take Ownership”
“NoWorkingDirectory”=”"
[HKEY_CLASSES_ROOT\*\shell\runas\command]
@=”cmd.exe /c takeown /f \”%1\” && icacls \”%1\” /grant administrators:F”
“IsolatedCommand”=”cmd.exe /c takeown /f \”%1\” && icacls \”%1\” /grant administrators:F”
[HKEY_CLASSES_ROOT\Directory\shell\runas]
@=”Take Ownership”
“NoWorkingDirectory”=”"
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@=”cmd.exe /c takeown /f \”%1\” /r /d y && icacls \”%1\” /grant administrators:F /t”
“IsolatedCommand”=”cmd.exe /c takeown /f \”%1\” /r /d y && icacls \”%1\” /grant administrators:F /t”
Setelah file tersebut di simpan dengan ekstensi REG, selanjutnya jalankan file ini (klik dua kali/double klik), yang akan menampilkan pesan registry editor, dan klik saja OK. Jika tidak ingin repot copy paste, download file ini DiSini
Setelah anda download buka zip file kemudian jalankan ( double klik) file InstallTakeOwnership.reg. Akan muncul informasi bahwa registry sudah di tambahkan, selanjutnya kita bisa mengecek dengan klik kanan sebuah file, maka akan muncul menubaru, yaitu : Take Ownership. Jika kita tidak bisa mengakses sebuah file, maka kita tinggal klik kanan dan pilih menu Take Ownership. Maka kita sebagai administrator akan bisa mengakses file tersebut.
Setelah di klik take ownership, maka ketika di klik kanan > properties dan dilihat di tab security, maka di bagian Groups and username akan berisi Administrator. Artinya administrator bisa mengakses penuh file ini.
Home
»
»Unlabelled
» Memebuka File yang tidak bisa dibuka melalui Registry
Recent Posts
- How to Get $ 100 Per Day From Google Adsense08 Oct 20150
Google AdSense is a program PPC (Pay Per Click) is most preferred by publishers and bloggers around ...Read more »
- Root Android Smartphone Lollipop Using Android Kingo Root08 Oct 20150
There are easy ways Lollipop root Android smartphone, with the help of a PC you can use Android King...Read more »
- 'Far Cry Primal' will go back to Stone Age07 Oct 20150
It's official: the following Far Cry is Far Cry Primal, and it'll be set in ancient times—despite...Read more »
- Surface Pro 4 release date, news, features and price07 Oct 20150
It's the minute Surface fans have been sitting tight for: Microsoft has at last lifted the top on...Read more »
- Future Android Phones07 Oct 20150
Android 5.0 Lollipop brings various changes, Google's OS was ...Read more »
- Beans with Modern Cultivation Techniques06 Oct 20150
Bean plants is one of the vegetable protein source that is easily developed and inexpensive. Bean pl...Read more »
Subscribe to:
Post Comments (Atom)
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.