2016-03-19

Windows Update Error Code 80070308

Description

When you want to do a "Windows Update", error code 80070308 will be shown after installing updates. Rebooting PC, stop Windows Update services and delete everything in C:\Windows\SoftwareDistribution does not resolve this problem

Solution

1) Run "regedit.exe" through Run command (Win + R)2) Locate "HKLM\COMPONENTS"
3) Delete DWORD "PendingRequired"



4) Close Regedit after pressing "YES"
5) Run "Windows Update" again.

Credit: patrickhoban

2016-02-20

Solution for Canon MP Navigator "Scan Failed" problem

When you try to use Canon MP Navigator to scan any documents or photo through Canon Multi-Function Printer, it said "Scan Failed" when pressing "Scan". A fix is provided as belows:

First identify "twain_32" folder on your system. Usually C:\Windows\twain_32

Under that folder, find the sub-folder name which match your printer's model (e.g. For MG6270, C:\Windows\twain_32\MG6270)

Edit Environment Variables and Add a New "System Variable" with variable name = Path


Press OK to finish. No reboot is required

Credit: dailytweak

2015-08-08

Error 9C59 appeared when updating Internet Explorer 11 for Windows 7 for x64-based Systems

Thanks Brian, although your steps didn't work for me, they set me along the right path to solving my problem. I was getting the same error in the IE11 install log:

"Neutral package installation failed (exit code = 0x00003715 (14101))"

I performed the 'mklink /D c:\Windows\SysNative c:\Windows\system32' in an elevated Command Prompt as you advised. But I had to do a few more bits for it to work for me.
Run the IE11 installer and wait until it gets to the 'Install Internet Explorer 11' prompt. Do not close this window.

Go into 'C:\Windows\temp' and look for the most recently created folder with 'IE' at the beginning of it's name. E.g. 'IE1CF18.tmp'.
Go into that folder and verify that you can see the following two .cab files; 'IE11-neutral.Downloaded.cab' and 'IE11-neutral.Extracted.cab'. If you do, then carry onto the next step. If you don't, then go back a level and try one of the other similarly named folders.
Use that folder name to create the path for the .cab files to be installed from. E.g.: C:\Windows\temp\IE1CF18.tmp

Now, substituting my example path with the one you determined in the last step, run an elevated Command Prompt and enter the following commands in the order listed:

dism.exe /online /add-package /packagepath:C:\Windows\temp\IE1CF18.tmp\IE11-neutral.Extracted.cab /quiet /norestart

dism.exe /online /add-package /packagepath:C:\Windows\temp\IE1CF18.tmp\IE11-neutral.Downloaded.cab /quiet /norestart
When done, return to the 'Install Internet Explorer 11' prompt and click 'Install'. With a bit of luck it should successfully install.

Credit: Microsoft

2014-11-27

Excel/Word 2013 attachments do not open from Windows Live Mail

To resolve it, follow the steps listed belows:

File > Options > Trust Center > Trust Center Settings > Protected View and uncheck the boxes for the various Enable Protected View options

Credits:
Microsoft

2014-04-14

Vista Image says 0xc000000e \windows\system32\winload.exe cannot be loaded

To resolve the problem, these three commands are run from PE:

c:\windows\system32\bcdedit /set {default} device partition=c:
c:\windows\system32\bcdedit /set {default} osdevice partition=c:
c:\windows\system32\bcdedit /set {bootmgr} device partition=c:

where c: is the installation drive for Vista

Credits:

Microsoft Social TechNET

2013-12-12

Windows 7 - Fixing The Mapped Drive Credentials Problem

Ever since installing the Windows 7 RTM build, I have been unable to have that system automatically log on to an assigned mapped drive on my MacBook.
Until now.
The basic concept is that from Windows Explorer, you want to map a networked drive, and retain that mapped network drive so that it is persistent through multiple reboots and logins to that system. The problem is that the default installation of Windows 7 appears to support this feature (as happens quite seamlessly in XP), but in fact it doesn’t.
When you log on to a network volume and assign it as a mapped drive, there is a "Remember my credentials" checkbox on the login dialog. One would expect that this should add the login credentials to the Credentials Manager, so that the details are retained and you can automatically log in to that mapped drive the next (and every subsequent) time that you restart the Windows 7 system.
Entering credentials
Entering credentials
Why else would you want to check the “Remember my credentials” checkbox, right?
Unfortunately, that isn’t how it happened for me, and every time I rebooted the system, I would see a message balloon pop up in the taskbar, and the mapped drive would contain a red X through it, indicating that the drive mapping could not be re-established.
Mapped drive is not connected
Mapped drive is not connected
When I mapped the drive, this process had created a record in the Windows 7 Credential Manager, but this showed that the persistence of the login to the networked drive was just for the current session. This did not seem to me to be correct. Manually creating a record in the Credentials Manager also failed to rectify the problem.
credentials-manager
After quite a good deal of research, I discovered that the actual source of the problem has nothing to do with the Credentials Manager, but instead relates to how the default group policies for SMB shares are set up when Windows 7 is installed. The default value is that the relevant policy is left unset, and that creates this problem when you wish to automatically log in to some SMB shares. This of course is how OS X drives are seen by Windows when they are set as mapped drives within your system, and that is why this problem seems to occur.
Fixing the problem requires editing the group policies. Not a difficult task, but it does entail changing some registry settings. If you are not comfortable with doing getting your hands dirty in the registry, stop now, or find someone who can do this. And be sure that you back up your registry before you start. If you screw up your registry, you might not be able to restart and use your system, so consider yourself warned.
To edit the Group Policies, we need to run the Group Policy Editor program. Press the Windows and R keys together to bring up the Run Program dialog, and then, in the Run dialog, enter gpedit.msc and press the OK button.
After a few moments the Group Policies Editor will open.
In the Group Policies Editor, open each of the following items in turn:
Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options
Now, right-click on the “Network security: LAN Manager authentication level” policy item, and then, from the context (pop-up) menu, select “Properties”.
Now select the “Local Security Settings” tab, and then, in the dropdown box, locate and select “Send LM & NTLM – user NTLMv2 session security if negotiated”.
Now click the OK button, and then finally, you may close the Group Policies Editor window.
The problem should now be fixed, and your mapped drive logins should now be persistent through multiple reboots of the system.


Update:

1: GPE change "Network security: LAN Manager authentication level" from "undefined" to "Send LM & NTLM - user NTLMv2 session security if negotiated"

If you do not have access to GPE because you're not running pro, you can edit the appropriate registry key:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control
Key: LSA (Add if not exist)
Value Name: LMCompatibility (Add if not exist)
Data Type: REG_DWORD
Value: 1

2: Make sure you put a '\' before your username when you enter your different credentials for save. Otherwise Windows will append your current domain to it. IE: "myName" will become "localnet\myName" if you fail to save it as "\myName".

This is the weirdest, since the connection made when you complete the mapping does not use the domain in the different credential, but it is used when windows re-starts...

2013-11-04

轉貼:老公專賣店

有一家專賣丈夫的店在紐約全新開張,女人們可以直接進入挑選一個心儀的配偶
在店家入口有著一面告示牌,告訴大家這家店如何經營

「一個人只能進入這家店一次 ! 
店裡共有六樓,隨著高度的上升,男人們的品質也越高, 
但是請注意,妳可以在任何一層樓選購一個丈夫,或者選擇繼續上樓, 
不過如果妳在上面的樓層沒挑到合意的,不可以回頭下樓,只能離開這家店....」

於是一個女人走入這家丈夫專賣店去尋找一個老公 
一樓的門上貼著一張說明書: 
「這裡的男人們有工作而且敬愛上帝。」

女人看也不看的上了第二層樓。

二樓的門上也貼著一張說明書: 
「這裡的男人們有工作、敬愛上帝,而且熱愛小孩。」

女人又上了三樓。 
三樓寫著: 
「這裡的男人們有工作、敬愛上帝、熱愛小孩,而且有著極度英俊的外貌。」 
「哇!」 她暗自讚嘆著,但仍勉強自己往上爬。

四樓: 
「這裡的男人們有工作、敬愛上帝、熱愛小孩,有著令人窒息的好看外貌,並且還會幫忙做家事。」 
「喔!饒了我吧!!」 女人叫道:「我快受不了!!」


接著她仍然爬上了五樓 
她唸著五樓的告示牌: 
「這裡的男人們有工作、敬愛上帝、熱愛小孩,有著令人窒息的完美外貌,會幫忙做家事, 更有著強 烈的浪漫情懷。」

女人幾乎想留在這一層樓,但仍抱著滿腹期待走向最後一樓。 
第六樓出現了一面巨大的電子告示板,上面打出一牌字說道: 
「妳是這層樓的第31,456,021位訪客這裡不存在任何男人,這層樓的存在只是為了證明女人有多麼不可能取悅,謝謝您光臨丈夫專賣店~~~~」


又有一家妻子專賣店在對街開張 
第一層的女人「會取悅老公」。 
第二層的女人「會取悅老公並身材臉孔都美麗」。 
而第三樓及以上至六樓的樓層就從來沒有男人上去過...