Selasa, 16 April 2013

Cara Membuka File / Folder yang Access Denied

Posting kali ini sebenarnya bukan hal yang baru. Akan tetapi saya merasa sangat perlu untuk di posting, barangkali ada yang membutuhkan cara ini. Postingan kali ini adalah tentang Cara Membuka File / Folder  yang Access Denied. Kemarin saya juga sempet di tanya oleh salah satu teman lama yang sekarang tinggalnya di Jakarta sana.

Penyebab Folder / File yang Access Denied atau tidak bisa dibuka :
File atau Folder tersebut dibuat pada file system NTFS yang mengalami perubahan Security ID. Atau anda mungkin pernah memberikan password pada Windows anda, kemudian anda melakukan install ulang Windows. Akibatnya terjadilah Folder / File yang Access Denied yang tidak bisa dibuka.

Cara Membuka File / Folder  yang Access Denied :
  • Buka Windows Explorer => Klik Tools => Folder Options => View
  • Hilangkan tanda centang pada Use simple file sharing (Recommended) => Klik OK
     

  • Klik kanan pada folder yang terkunci : contoh nama folder "System Volume Information"]
  • Pilih Properties => Security. ( Bila ada warning klik OK )
  • Klik Advanced => Owner => akan muncul jendela berikut ini :


  • Klik Nama User Administratornya, misal komputer saya namanya ekohasan.
  • Beri tanda centang pada Replace Owner of Subcontainer and Objects.
  • Kemudian Klik OK / YES
  • Dan akhirnya Folder / File anda yang Access Denied akan bisa dibuka kembali.
Selamat mencoba dan Semoga bermanfaat.

Sumber :
http://ekohasan.blogspot.com

Kamis, 11 April 2013

KEYBOARD LED : Untuk pengguna laptop yang tidak dilengkapi indikator Caps Lock , Num Lock , Scroll Lock

Where is indicator for Caps Lock?

Many models of modern notebooks, netbooks and cordless keyboards have no indicators for Caps Lock, and Num Lock. Indicator of Scroll lock disappeared almost from any hardware. Keyboard LEDs software solves this problem and allows you to see the current state of keyboard locks on small icon in the system tray or on the floating window over your screen.
Screenshot of Keyboard LEDs
Also the program allows the user to switch any keyboard lock on computers without hardware buttons: embedded devices, Apple keyboards and notebooks, etc.
You can download and use Keyboard LEDs software absolutely free, either for personal or business purposes:
If you'll found this program interesting and helpful please inform all your friends about it :)

Caps Lock and Num Lock indicators right on your desktop

Jika lupa Password Microsoft Outlook : Outlook Password Decryptor


Untuk pengguna Microsoft Outlook yang lupa password account'nya, ada software utk menampilkan password MS Outlook : MS OUTLOOK Password Decryptor

Outlook Account Password Location

Different versions of Outlook uses different location and mechanism to store the account password along with other details such as email and server information.

Outlook Express, 98 and 2000 versions store the remembered password in the 'Windows Protected Storage' similar to older versions of Internet Explorer. The password link and other account information are stored at one of the below mentioned registry locations.
HKEY_CURRENT_USER\Software\Microsoft\Internet Account Manager\Accounts
HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\OMI Account Manager\Accounts
Outlook version starting from 2002 to 2010 stores the account password (other than Exchange Server) in encrypted format at following profile location
[Windows NT onwards]
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles

[Prior to Windows NT]
HKEY_CURRENT_USER\Software\Microsoft\Windows Messaging Subsystem\Profiles
Latest Outlook 2013 (version 15.0) stores the account configuration along with encrypted password at following location
HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Profiles\Outlook
Newer versions of Outlook store the 'Exchange Server' based passwords in the credential provider (like network passwords) which is more secure than other methods.

For more internal details on how OutlookPasswordDecryptor decrypts these passwords read the following research article, 'Exposing the Secret of Decrypting Outlook Passwords'
Installation & Uninstallation

It comes with Installer so that you can install it locally on your system for regular usage. This installer has intuitive wizard which guides you through series of steps in completion of installation.
At any point of time, you can uninstall the product using the Uninstaller located at following location (by default)
[Windows 32 bit]
C:\Program Files\SecurityXploded\OutlookPasswordDecryptor

[Windows 64 bit]
C:\Program Files (x86)\SecurityXploded\OutlookPasswordDecryptor
Screenshots

Screenshot 1: OutlookPasswordDecryptor showing the recovered passwords from different type email accounts stored by Outlook.
OutlookPasswordDecryptor
Screenshot 2: Outlook account password list exported in HTML format by OutlookPasswordDecryptor.
Export Outlook passwords to HTML

How to configure the size limit for both (.pst) and (.ost) files in Outlook 2010, Outlook 2007, and in Outlook 2003

Microsoft Outlook 2013, Microsoft Outlook 2010, Microsoft Office Outlook 2007, and Microsoft Office Outlook 2003 support American National Standards Institute (ANSI) and UNICODE personal folders (.pst) and offline folder (.ost) files. This article describes how to use the following four registry entries to limit the size of both the .pst and the .ost files: 
  • The MaxFileSize registry entry
  • The WarnFileSize registry entry
  • The MaxLargeFileSize registry entry
  • The WarnLargeFileSize registry entry
Note The WarnLargeFileSize and WarnFileSize registry entries do not enable Outlook to warn you before the file size limit is reached.

The MaxFileSize registry entry

The MaxFileSize registry entry determines the absolute maximum size that both the .pst and the .ost files can grow to. After this maximum size is reached, Outlook does not permit the size of the file to grow beyond this size.

The WarnFileSize registry entry

The WarnFileSize registry entry determines the maximum data that both the .pst and the .ost files can have. After this maximum data is reached, neither the .pst nor the .ost files are permitted to add any more data. However, the size of the physical file may still increase because of internal processes.

In the following table, the MaxLargeFileSize registry entry and the WarnLargeFileSize registry entry refer to a UNICODE formatted (new Large format) file, and the MaxFileSize registry entry and the WarnFileSize registry entry refer to an ANSI formatted (an earlier Microsoft Outlook format) file. The UNICODE values are set in megabyte (MB) increments, while the ANSI values are set in byte increments.

Outlook 2013 and Outlook 2010 

NameTypeValid Data RangeDefault
MaxLargeFileSizeREG_DWORD0x00000001 – 0x0000C800 0x0000C800 51,200 (50 GB)
WarnLargeFileSizeREG_DWORD0x00000000 – 0x0000BE00 0x0000BE00 48,640 (47.5 GB)
MaxFileSizeREG_DWORD0x001F4400 – 0x7C0044000x7BB04400 2,075,149,312 (1.933 GB)
WarnFileSizeREG_DWORD0x00042400 – 0x7C0044000x74404400 1,950,368,768 (1.816 GB)

Outlook 2007 and Outlook 2003

NameTypeValid Data RangeDefault
MaxLargeFileSizeREG_DWORD0x00000001 – 0x0000C8000x00005000 20,480 (20 GB)
WarnLargeFileSizeREG_DWORD0x00000000 – 0x0000BE000x00004C00 19,456 (19 GB)
MaxFileSizeREG_DWORD0x001F4400 – 0x7C0044000x7BB04400 2,075,149,312 (1.933 GB)
WarnFileSizeREG_DWORD0x00042400 – 0x7C0044000x74404400 1,950,368,768 (1.816 GB)
Office VersionThe policy location for the registry entries is located in the following path in Registry EditorThe user preference location for the registry entries is located in the following path in Registry Editor
Outlook 2013HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\15.0\Outlook\PSTHKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\PST
Outlook 2010HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\14.0\Outlook\PSTHKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\PST
Outlook 2007HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Outlook\PSTHKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\PST
Outlook 2003HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Outlook\PSTHKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\PST

More information

Follow these steps to configure the size limit for both the .pst and the .ost files.

Note The settings that are discussed in this article apply to both .ost and .pst files. If you modify these registry values, this can affect .ost files that are used with Cached Exchange Mode, with AutoArchive, and with .pst. files. If Outlook is configured to download shared folders, the contents of shared folders are stored in the local Offline Outlook Data (.ost) file. If the shared folders contain many items or large attachments, the size of the .ost file may grow significantly. Additionally, Outlook 2013 introduced support for Site Mailboxes. If an Outlook 2013 client is working in a Microsoft Exchange Server 2013/Microsoft SharePoint 2013 environment and is granted permission to a site mailbox, the site mailbox is automatically added to the Outlook 2013 profile. If Download Shared Folders is enabled, the site mailbox contents are synchronized to the local .ost file. This can result in the .ost file exceeding the set limit. For more information about the Download Shared Folders setting in Outlook, click the following article number to view the article in the Microsoft Knowledge Base:  
982697 By default, shared mail folders are downloaded in Cached mode in Outlook 2010 and Outlook 2013

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
  1. Click Start, and then click Run.
  2. In the Open box, type regedit, and then click OK.
  3. In the left pane, expand My Computer, and then expand HKEY_CURRENT_USER.
  4. Expand Software, and then expand Policies.
  5. Expand Microsoft, and then expand Office.
  6. Expand 11.0 for Outlook 2003, 12.0 for Outlook 2007, or 14.0 for Outlook 2010, or 15.0 for Outlook 2013, and then expand Outlook.
  7. Click PST, and then right-click MaxFileSize in the right pane.
  8. Click Modify, and then type the value in the Value data box.
  9. Click OK.
  10. Right-click WarnFileSize, and repeat steps 8 through 9.
  11. Right-click MaxLargeFileSize, and repeat steps 8 through 9.
  12. Right-click WarnLargeFileSize, and repeat steps 8 through 9.
Note You may have to create the registry values if they do not exist. If the registry values do not exist, follow these steps to create them.
  1. Click Start, click Run, type Regedit, and then click OK.
  2. In the left pane, expand following registry key:

    For Outlook 2013
    HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\15.0\Outlook
    For Outlook 2010
    HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\14.0\Outlook
    For Outlook 2007
    HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Outlook
    For Outlook 2003
    HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Outlook
  3. Right click Outlook, point to New, and then click Key.
  4. Type PST, and then press ENTER.
  5. Right click PST, point to New, and then click DWORD value.
  6. Type MaxFileSize, and then press ENTER twice.
  7. In the Edit DWORD Value window, choose Decimal and type the value in the Value data box, and then click OK.
    Note 1GB=1*1024*1024*1024byte; 1MB=1*1024*1024byte; 1KB=1*1024byte, the example below is for 1GB.
  8. Repeat steps 3 through 7 to create another DWORD WarnFileSize.
  9. Repeat steps 3 through 7 to create another DWORD MaxLargeFileSize. 
  10. Repeat steps 3 through 7 to create another DWORD WarnLargeFileSize, and then close the registry.

    Note For mass deployment of these registry keys on end-user machines, the ORK tool can be used.
To automate the registry creation on end-user machines, use ORK for deployment scenarios.
It is recommended that the values between the MaxFileSize registry entry and the WarnFileSize registry entry, and the values between the MaxLargeFileSize registry entry and the WarnLargeFileSize registry entry be at least 5 percent (%) so that internal processes are not hindered from continuing.

If the value of the MaxFileSize registry entry ever exceeds the ANSI 2 gigabyte (GB) limit on either the .pst or the .ost files, the value will be ignored to limit the size to 2 GB to prevent corruption. The default value for the WarnFileSizeregistry registry entry is calculated to be 95% of the MaxFileSize registry entry for a UNICODE file, and it remains at 1,950,368,768 bytes for small ANSI files.

Note You can set the UNICODE limits beyond the values that are listed in the table. However, we do not recommend doing this because performance can decrease.

If .ost files or .pst files reach the limit that is specified in the WarnFileSize or the WarnLargeFileSize registries, the compaction function is triggered to try to reduce the size of the file to a usable level. When the WarnFileSize or the WarnLargeFileSize limit is reached, e-mail messages cannot be sent (provided that sent e-mail messages are stored in the Sent Items folder), and items cannot be copied or moved within the file. If the file is an archive .pst file that is used for AutoArchive, the AutoArchive operation will fail. However, e-mail messages can be deleted or archived from a .pst or from an .ost file that is currently being used as the default delivery location.

The following are some of the errors that may occur when files reach the maximums specified in the registries:
  • When you try to move items to a .pst or an .ost file that has reach the limit, you receive the following error message:
    Can't move the items. The file \.pst has reached its maximum size. To reduce the amount of data in this file, select some items that you no longer need, and then permanently delete them.
  • When e-mail messages are delivered to a .pst or an .ost file that are using Cached Exchange Mode, and the file has reached the limit, the Mailbox Cleanup wizard launches.

Sumber : http://support.microsoft.com/kb/832925

TDK BISA BUKA FILE OFFICE 2007 DGN DOUBLE KLIK


  1. Open Explorer.
  2. Click Tools > Folder Options...
  3. Click the File Types tab.
  4. Scroll down to the file extension of the affected program (in this case, doc).
  5. Select the desired file extension and click the Advanced button. This will open the Edit File Type dialog box.
  6. Select the Open option, then click Edit...
  7. Find the line "Application used to perform action". Scroll to the end of the path (for example, my computer lists C:\Program Files\Microsoft Office\Office12\WINWORD.EXE" /n).
  8. Look for a switch labeled /dde at the end of the path.
  9. Delete /dde and type "%1" (including quotes) at the end of the path.
  10. Clear the "Use DDE" option.
  11. Click OK, then OK again.
  12. Double-click on the desired file. It should launch quickly.

Kamis, 04 April 2013

Download Resetter Canon Service Tool v3400

Postingan kali ini adalah tentang Resetter Canon Service Tool v3400. Mungkin di antara rekan-rekan sudah ada yang punya resetter Service Tool v3400 ini.

Resetter Canon Service Tool v3400 ini sudah di uji coba di printer Canon MG5270 dan berhasil, mengenai cara menjalankannya bisa anda baca di posting artikel  http://ekohasan.blogspot.com/2011/11/cara-reset-canon-mp287-error-e08.html.

Mudah-mudahan printer ip2770, MP287 yg sering bandel tidak mau di reset dengan resetter Canon Service Tool v3400 ini bisa di reset dan digunakan kembali. Terus terang belum pernah nemui printer ip2770 dan MP287 yg tidak bisa di reset, jadi belum bisa berbicara banyak. Untuk itu mohon bantuan rekan-rekan semuanya, jika yg sudah berhasil dengan resetter Canon Service Tool v3400 ini, untuk dapat berbagi pengalamannya lewat komentar di bawah posting ini.

Berikut link download Resetter Canon Service Tool v3400 dari 4shared.com, Anda harus login dan punya akun 4shared.com, agar bisa download file ini :
Klik link dibawah ini, jika ada iklan, klik SKIP / LEWATI di pojok kanan atas, kemudian download file resetter Canon Service Tool v3400 nya.
www.4shared.com/get/zc4OMn2_/Service_tool_v3400.html.

Semoga berhasil .. 

Sumber :
http://ekohasan.blogspot.com/2012/10/download-resetter-canon-service-tool.html

Cara Reset Epson L800

Cara dan Download Resetter Epson L800

Bahasan kali ini adalah tentang Cara dan Download Resetter Epson L800. Kang Eko mendapatkan Resetter Epson L800 ini dari blog Aldi Arman. Ok Tentunya sudah pada tahu kalau Printer Epson kita ngadat bukan karena hardware, berarti harus di reset dengan software Resettter. Langsung ke TKP ....

Cara dan Download Resetter Epson L800
  • Nyalakan Printer Epson L800 yg minta reset.
  • Pastikan driver L800 sudah terinstall sebelumnya.
  • Download Software Resetter Epson L800 di link berikut ini : 
DOWNLOAD RESETTER EPSON L800
  • Extract Resetter L800 hasil download, kemudian jalankan dengan dobel klik file "AdjProg.exe". Kemudian Klik Accept => Particular Adjustment mode => Waste Ink Pad Counter => OK => Check (untuk mengetahui mainpad counter / platten pad counter) => Centang Main Pad Counter dan Platten Pad Counter => Initialization => Finish. Untuk lebih mudahnya Ikuti Cara Resetter Epson L800 ini dari gambar berikut :
Demikian Cara dan Download Resetter Epson L800

Sumber : 
http://aldiarman.blogspot.com
http://ekohasan.blogspot.com/2012/06/cara-dan-download-resetter-epson-l800.html