Wednesday, May 3, 2017

Phishing attack threat reminder!

 Here is a good article about phishing attacks.

They are always a great threat and it is best to trust no one and carefully examine links in your emails.

http://fortune.com/2017/05/03/google-docs-scam/

Thursday, April 27, 2017

Control Windows 10 power savings command line

 windows 10

https://technet.microsoft.com/en-us/library/cc748940(v=ws.10).aspx

using command line:

default power schemes (powercfg /l):

Power Scheme GUID: 381b4222-f694-41f0-9685-ff5bb260df2e  (Balanced)
Power Scheme GUID: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c  (High performance) *
Power Scheme GUID: a1841308-3541-4fab-bc81-f71556f20b4a  (Power saver)

example to use High Performance:
powercfg /s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c

Wednesday, April 26, 2017

WiFi doesn’t work but it did yesterday on my MacBook air

 Many times I get this question. (The user didn’t change the WiFi configuration at home)

Usually the problem is caused by resent OS update.

Many times to fix it is to reset the NVRAM (here is more info about NVRAM: https://support.apple.com/en-us/HT204063)

  1. Shutdown your computer
  2. press the power button and hold these four keys until your computer makes the chaim sound twice.

OptionplusCommandplusPplusR

3. let the computer finish booting and test the WiFi connection

Windows 10 Auto login in domain

 

Deploy using registry:
REG ADD “HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon” /v AutoAdminLogon /t REG_SZ /d 1 /f
REG ADD “HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon” /v DefaultDomainName /t REG_SZ /d *your domain* /f
—-if local domain is needed use “.” (without the “)
REG ADD “HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon” /v DefaultUserName /t REG_SZ /d *User* /f
REG ADD “HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon” /v DefaultPassword /t REG_SZ /d *password* /f
—If using special character use ^ before it

To remove:
REG delete “HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon” /v AutoAdminLogon /f
REG delete “HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon” /v DefaultDomainName /f
REG delete “HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon” /v DefaultUserName /f
REG delete “HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon” /v DefaultPassword /f

Thursday, April 21, 2016

Indexing error in Outlook 2016

 This is the error I received when trying to search in outlook 2016 : “Something went wrong and your search couldn’t be completed”

simple fix for computers running windows 10 and outlook 2016

1.  CLOSE Outlook down completely
2.  Click Start Button
3.  Type “Index”
4.  Select “Indexing Options”
5.  Click Modify
6.  Check the box beside “Microsoft Outlook”
7.  Open Outlook and do a search.

(in my case to fix it I had to  adjust step #7 since outlok was already selected and I had to remove the check click ok then select modify again and check outlook again)

more info here: http://answers.microsoft.com/en-us/office/forum/office_2016-outlook/something-went-wrong-and-your-search-couldnt-be/69a93e55-1b40-47cc-97ca-3c2f8204b69e?auth=1

Thursday, June 20, 2013

Hackintosh

 Thumbs Up  Hackintosh

Custom hackintosh based on information from:

http://www.tonymacx86.com/user-builds/89…640-a.html

http://osx86.transformnews.com/how-to-in…-z77-ds3h/

http://www.tonymacx86.com/golden-builds/…850-a.html

My setup: MB: Z77-DS3H / CPU Core i7-3770K / 16GB RAM/ Video Nvidia GT 640/ HDD Samsung SSD 830/ TT case

very important step for upgrades is CC to USB hard drive copy and correct multibeast config.

How to Fix ADSelfService Plus SSL Path Errors (GoDaddy P7B Guide)

If you manage ManageEngine ADSelfService Plus on Windows Server 2022 and rely on GoDaddy for your SSL certificates, you have likely run ...