See
https://www.reddit.com/r/AskReddit/comments/5vexe9/coders_of_reddit_whats_an_example_of_really/
Itunes, Oracle, Skype, Tumblr, ACH etc
even autocorrection for password fields, come on!
Saturday, February 25, 2017
Wednesday, February 22, 2017
Fixing Office 365 "Account Notice" notifications due to wrong account
At command prompt run:
cscript OSPP.VBS /dstatus
in
“C:\program files (x86)\Microsoft Office\Office15” “16”
See the following link for more information
http://itgroove.net/kinglou/2016/02/19/stuck-in-office-365s-subscription-reactivate-account-loop/
And see this for Microsoft's answer saying to install the latest version (uninstall old one first)
https://www.blogger.com/blogger.g?blogID=1204719455214300545#editor/target=post;postID=8337754811484212682
cscript OSPP.VBS /dstatus
in
“C:\program files (x86)\Microsoft Office\Office15” “16”
See the following link for more information
http://itgroove.net/kinglou/2016/02/19/stuck-in-office-365s-subscription-reactivate-account-loop/
And see this for Microsoft's answer saying to install the latest version (uninstall old one first)
https://www.blogger.com/blogger.g?blogID=1204719455214300545#editor/target=post;postID=8337754811484212682
Friday, February 10, 2017
Even more on Windows 10 protocols
Reference, offers 5 solutions:
http://windowsreport.com/network-protocol-missing-windows-10/
netcfg -d
restoring the defualt settings:
Open Command Prompt as administrator.
Enter these lines and after each line press Enter to run it:
sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
sc.exe config mrxsmb20 start= auto
Import winsock keys from another pc
Windows 10 - Beware Shudown is Not a Shutdown if Fast Restart is Enabled
>>quote:
As Microsoft has said, if you have this issue simply reboot. Don't shut down, reboot.
I bet you're asking... What's the difference between a reboot a shutdown? Aren't they both theoretically the same except that one triggers the motherboard to shutdown? Technically yes, they should be the same but they aren't because of something called "Fast Start".
In Windows 10 a shutdown is really a mini-hibernate if Fast Start is enabled. It stores an image of the main Windows memory in a file on the primary storage device. On power up, it can then quickly reload that image and just partially reset some devices. A reboot is different, it reloads everything as versus a shutdown and power-up.
To disable Fast Start, do the following...
1. Type Control Panel in the search box.
2. Click Control Panel.
3. Click Power Options.
4. Click Choose what the power buttons do.
5. Click Change settings that are currently unavailable.
6. Scroll down to Shutdown settings and uncheck Turn on fast startup.
7. Click Save changes.
2. Click Control Panel.
3. Click Power Options.
4. Click Choose what the power buttons do.
5. Click Change settings that are currently unavailable.
6. Scroll down to Shutdown settings and uncheck Turn on fast startup.
7. Click Save changes.
reference:
Windows 10 - internet connectivity dies
Thanks update KB3201845
Might need to reset winsock
netsh winsock reset
OR
Might need (unbelievable but true - I've seen it)
scandisk or
chkdsk c: /f
Reference
https://betanews.com/2016/12/10/windows-10-suddenly-killing-internet-connectivity-for-some-users/
Might need to reset winsock
netsh winsock reset
OR
Might need (unbelievable but true - I've seen it)
scandisk or
chkdsk c: /f
Reference
https://betanews.com/2016/12/10/windows-10-suddenly-killing-internet-connectivity-for-some-users/
Windows 10 - reset TCPIP
netsh int ip reset c:\resetlog.txt
And if you notice an element that says not resetting
head to the following key and give full permissions
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nsi\
{eb004a00-9b1a-11d4-9123-0050047759bc}\26
reference
http://windowsreport.com/windows-sockets-registry-entries-required-for-network-connectivity-are-missing/
Alternate fix sometimes needed:
netsh winsock reset
This article also show how to remove and then reinstall TCPIP
Hint: export the Netbios key, delete some keys, install protocol, select "Have Disk" and point to C:\windows\inf and pick tcpip.
Subscribe to:
Posts (Atom)