Translate

Minggu, 31 Agustus 2014

Error message when you try to open or save an e-mail attachment in Outlook: "Cannot create file"

To resolve this issue, force Outlook to use a specific folder for temporary files. Modify the relevant Windows Registry key as follows:

Outlook 2000

If you are using Outlook 2000, follow these steps:
  1. Start Registry Editor.
  2. Locate and then click the following registry key:
    HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Outlook\Security\OutlookSecureTempFolder

    Note You may have to manually create this registry key if it does not already exist on the system.

    If Outlook is installed on a terminal server, use the following registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\MICROSOFT\Office\9.0\Outlook\SECURITY\OutlookSecureTempFolder
  3. On the Edit menu, click Modify, and then add the following registry value:
    Value data: Path and name of the folder that you want to use
  4. Exit Registry Editor.

Outlook 2003

If you are using Outlook 2003, follow these steps:
  1. Click My Computer, and then double-click drive C.
  2. On the File menu, click New, and then click Folder.
  3. Name the folder temp0.
  4. Click Start, click Run, type regedit, and then click OK.
  5. Locate and then click the following registry key:
    HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Security\
  6. In the right pane, double-click OutlookSecureTempFolder.
  7. In the Value Data field, type C:\temp0\ and then click OK.
  8. Exit Registry Editor.
  9. Restart the computer.

Outlook 2010


If you are using Outlook 2010, follow these steps:
  1. Click My Computer, and then double-click drive C.
  2. On the File menu, click New, and then click Folder.
  3. Name the folder temp0.
  4. Click Start, click Run, type regedit, and then click OK.
  5. Locate and then click the following registry key:
    HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Security\
  6. In the right pane, double-click OutlookSecureTempFolder.
  7. In the Value Data field, type C:\temp0\ and then click OK.
  8. Exit Registry Editor.
  9. Restart the computer.

Minggu, 17 Agustus 2014

the group policy client service failed the logon

- Restart the computer.
- Login with an administrative account (not the account that is having the problem).
- Rename the ntuser.dat file (to something like ntuser.old1) for the user that is having the problem (C:\Users\%username%\ntuser.dat).
- Log off and login with the user account, a temporary profile should be created.
- Log off and login with the previous administrative account.
- Open REGEDIT and go to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
There should be a profile under that key that has .bak after the SID number (e.g. S-1-5-21-245852018-2450494779-245611912-1000.bak).
- Select the key and check the ProfileImagePath string value relates to the correct user then delete the SID key (that ends with .bak).
- Restart and login with the affected user account, they should be able to login now.

Jumat, 15 Agustus 2014

Delete HDD via Command Prompt

DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
——– ————- ——- ——- — —
Disk 0 Online 298 GB 0 B
Disk 1 Online 7640 MB 0 B
Disk 2 Online 298 GB 285 GB
DISKPART> SELECT DISK 2
Disk 2 is now the selected disk.
DISKPART> LIST PARTITION
Partition ### Type Size Offset
————- —————- ——- ——-
Partition 1 Recovery 13 GB 1024 KB
DISKPART> SELECT PARTITION 1
Partition 1 is now the selected partition.
DISKPART> DETAIL PARTITION
Partition 1
Type : 27
Hidden: Yes
Active: No
Offset in Bytes: 1048576
Volume ### Ltr Label Fs Type Size Status Info
———- — ———– —– ———- ——- ——— ——–
* Volume 5 PQSERVICE NTFS Partition 13 GB Healthy Hidden
DISKPART> INACTIVE
The current partition is already marked inactive.
(I didn’t need to do set inactive in this case, but it does not hurt anything to run it just in case…)
DISKPART> DELETE PARTITION OVERRIDE
DiskPart successfully deleted the selected partition.
DISKPART>


Using a command line
  1. Open Command Prompt.
  2. Type:

    diskpart
  3. At the DISKPART prompt, type:

    list disk

    Make note of the disk number of the disk from which you want to delete the partition.
  4. At the DISKPART prompt, type:

    select diskn

    Select the disk n from which you want to delete the partition.
  5. At the DISKPART prompt, type:

    list partition

    Make note of the number of the partition that you want to delete.
  6. At the DISKPART prompt, type:

    select partitionn

    Select the partition n that you want to delete.
  7. At the DISKPART prompt, type:

    delete partition

Selasa, 05 Agustus 2014

Continual pop-up in Word 'Connecting to Office.Microsoft.com' asking for credentials

Starting today when running Word, I am continually receiving the ‘Connecting ....’ message below. I have been running Office Home/Student 2010 for the past 4 years and have changed nothing in that time. I have tried repairing Office but a file is apparently missing. I have removed all entries from Credential Manager and I’m not running a Proxy Server.

What could it be?

Thank you.




Image
This problem may be caused by the translation service crash. Please use another service site to replace the current one.
Here you go:
  1. Windows + R, type regedit, press Enter
  2. Go to registry path HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Common\Research\Sources\{88686849-2DD9-474D-9300-778E3336FA5D}
  3. Change both QueryPath and RegistrationPath from http://office.microsoft.com/Research/query.asmx to  http://rr.office.microsoft.com/Research/query.asmx
  4. Restart the Word 2010.