Skip to main content

Microsoft Office Recovery File


Haiii...

saya akan share , apabila saat teman-teman sedang menggunakan Microsoft Office , misal Winword, Excel ataupun Powerpoint , saat bekerja namun mati lampu tidak sempat untuk save data . Biasanya akan muncul Recovery di Kolom Sebelah kiri , namun apabila ter close belum sempat buka file recoverynya , anda jangan langsung panik ...hehe

masih bisa kita cari datanya , yaitu ada di :

Pastikan Show Hidden file sudah Enable .

Excel 
cari filenya di Path dibawah ini
  • Windows Vista    
    %userprofile%\AppData\Roaming\Microsoft\Excel\
  • Microsoft Windows Server 2003 or Microsoft Windows XP    
    %userprofile%\Application Data\Microsoft\Excel\*.xlsb
Powerpoint 

Click ikon Microsoft OfficeButton image, lalu klik  Open.

Pada kotak isian Open , ketik %temp%\ppt*.tmp


Publisher 

lakukan seperti pada Powerpoint , Open file  , ketik :  %temp%\pub*.tmp

 Visio 

Open File , ketik :  %temp%\*.vsd

Microsoft Word 
cari filenya di Path dibawah ini
  • Windows Vista    
    %userprofile%\AppData\Roaming\Microsoft\Word\
  • Microsoft Windows Server 2003 or Microsoft Windows XP    
    %userprofile%\Application Data\Microsoft\Word\*.asd
*********************************************************************************
Update - 19 Feb 2014 5:25 PM
*********************************************************************************
Menemui Case di Kantor , salah seorang Staff menerima Email (webmail)  berupa File Excel , kemudian File Excel  di Open langsung dari Webmail , di otak-atik lah file excel tersebut , setelah beberapa lama , baterei si Laptop Habis , dan belum sempat Save , datanya tidak muncul di Recovery , melalui artikel di atas juga tidak ditemukan . 
Lantas dimanakah File Tersebut : 

C:\Users\user-pc\AppData\Local\Temp

sort by date modified , file anda mestinya ada di folder Temp . 
 
*user pc disesuaikan dengan host anda 

Semoga membantu ....


Taufan M | Email Me

Comments

Popular posts from this blog

[Arsip] Uninstal Zimbra Mail Server

UnInstalling Zimbra on Linux Uninstall Directions for Linux/All Other Operating Systems As root: 1) Run the commands: su – zimbra zmcontrol stop exit (you should be root after you run exit) 2a) Run the command:  ps -ef | grep -i zimbra If you see running processes 2b) Kill any lingering processes:  kill -9 <pid> 3a) Run the command:  df If you see "amavisd" 3b) run command:  umount /opt/zimbra/amavisd<-new-blah>/tmp 4)  cd /<tmp_tar_install_dir>/zcs/ 5) Run the command:  ./install.sh -u 6) Run the following commands to complete the unistall: rm -rf /opt/zimbra rm -rf /var/log/*zimbra* rm -rf /tmp/*zimbra* rm -rf /tmp/hsperfdata* rm -rf /tmp/install.* rm -rf /tmp/*swatch* rm -rf /tmp/log* Ensure that you removed ALL the files owned by the user zimbra AND that contain the name "zimbra" in: /var/log/ /tmp/ 7) Run the following commands to delete the users and groups: userdel zimbra userdel postfix groupdel zimbra groupdel postfix 8) Remove th...

Membuat fungsi “terbilang” Excel menggunakan macro VBA

Jika Anda ingin menerjemahkan Angka menjadi Kata-kata , contohnya saja dalam pembuatan Form Kwitansi suatu Transaksi , anda dapat membuatnya dengan menggunakan aplikasi Microsoft Excel dan Macro Visual Basic Application ( VBA ) .saya menggunakan Excel 2007 Untuk membuatnya silahkan ikuti langkah-langkah dibawah ini :  buka Microsoft Excel , lalu tekan alt+F11  Setelah Muncul Microsoft Visual Basic , lalu pilih Insert > module Isikan code Seperti diatas  silahkan anda download source code nya disini !! Save Book ( ctrl+S)   Save As type : pilih Excel Macro - Enable Workbook  (*.xlsm) lalu klik Save  pilih File > Close and return to microsoft excel , macro sudah dibuat , sekarang kita tinggal test macro tersebut Tempatkan cell A2 , pilih Formulas > Insert Function lalu pilih Category User Defined Terlihat Function terbilang yang sudah dibuat tadi di VBA , klik Ok Akan Tampil Form Seperti diatas ,  Nilai_angka  arahkan ke Cell A1 ( ters...