PCFixAll.com

Blog Posts

Disable Cortana

The following PowerShell script can be used to disable Cortana in Windows 10. The “AllowCortana” -Value can be changed to 1 to re-enable Cortana. In order for this to run you must run Power Shell as an Administrator and you …

  Show More

The following PowerShell script can be used to disable Cortana in Windows 10. The “AllowCortana” -Value can be changed to 1 to re-enable Cortana.

In order for this to run you must run Power Shell as an Administrator and you will want to bypass the default “Restricted” execution policy for scripts in Power Shell using the following command. This does not make any configuration changes as the “Unrestricted” option is only for the session, once it is closed the “Restricted” execution policy is still in place.

Set-ExecutionPolicy Unrestricted -Scope Process

With the execution policy items out of the way you can run the Power Shell ISE and an Administrator and then copy and paste the code below into the editor and then run it.

$path = "HKLM:\SOFTWARE\Policies\Microsoft\Windows\Windows Search"
IF(!(Test-Path -Path $path)) {
New-Item -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows" -Name "Windows Search"
}
Set-ItemProperty -Path $path -Name "AllowCortana" -Value 0
#Restart Explorer to change it immediately
Stop-Process -name explorer
  Posted by Admin on November 24, 2017  /  Tags:

Office 365 User and License Report

The following will generate a report of all licensed users in Office 365. You will have to connect to Office 365 PowerShell environment prior to being able to run this script to generate your report. Get-MSOLUser -All | select userprincipalname,islicensed,{$_.Licenses.AccountSkuId} | Export-CSV …

  Show More

The following will generate a report of all licensed users in Office 365. You will have to connect to Office 365 PowerShell environment prior to being able to run this script to generate your report.

Get-MSOLUser -All | select userprincipalname,islicensed,{$_.Licenses.AccountSkuId} | 
Export-CSV c:\userlist.csv -NoTypeInformation

 

  Posted by Admin on November 13, 2017

Forcing Domain Controller Replication

repadmin /syncall /AdeP

  Show More
repadmin /syncall /AdeP
  Posted by Admin on October 25, 2017

Cisco Meraki Wireless Offerings

Just attended a webinar on the Cisco Meraki wireless access points, and I have to say that I am really impressed with the management interface and how easy the deployment looks. These access points are cloud based meaning that you …

  Show More
Just attended a webinar on the Cisco Meraki wireless access points, and I have to say that I am really impressed with the management interface and how easy the deployment looks. These access points are cloud based meaning that you can configure them through the web portal and then the configuration gets pushed down to your access points. Meraki also offers security appliances and switches as well as a phone system. We are planning on attending webinars for both the security appliances and switches to  get more insight into these offerings as well.
We can see a real benefit to these devices in the small and mid-sized business sectors as they are easier to manage via the web interface and can be deployed quicker than a traditional Cisco product that is strictly configured via the command line. The web portal makes remote diagnosis of issues possible where in a traditional Cisco environment this is possible but a bit more complicated to achieve.
Check back for more updates on the Security Appliances and Switches after we attend the webinars. We will also be testing some of these offerings and then be able to provide a lot more feedback on the devices and the overall experience.
  Posted by Admin on January 3, 2017  /  Tags:

iPhone Screen Repair 

Long story short I managed to break the screen on my iPhone 6+ this weekend. I have an invisashield on my screen but freak accidents are bound to happen. While talking on the phone I managed to hit my arm …

  Show More

Long story short I managed to break the screen on my iPhone 6+ this weekend. I have an invisashield on my screen but freak accidents are bound to happen. While talking on the phone I managed to hit my arm on the door jam and this fling my phone out of my hand. The phone managed to land in a way that it hit screen first in apparently the right spot to damage my screen.

Luckily there is an iPhone Screen Repair place down the street from me. I was able to get my phone fixed rather quickly and the job that was done was top notch, and was completed a lot faster than the 20 minutes I was quoted. I highly recommend iTech Repair Plus as they did great work and got me back up and running faster than I had expected.

iTech Repair Plus

631 E. Arrow Highway

Suite c

Glendora, CA. 91740

(626) 594-6220

Feel free to check out their website

http://www.itechrepairplus.com

  Posted by Admin on December 4, 2016  /  Tags:

ADGUARD 6.1 Review

In looking for a tool that would block ads in  Microsoft Edge on a Windows 10 system I stumbled on ADGUARD 6.1 and it looked interesting so I thought I would give it a try.  I downloaded the trial  from …

  Show More

adguard

In looking for a tool that would block ads in  Microsoft Edge on a Windows 10 system I stumbled on ADGUARD 6.1 and it looked interesting so I thought I would give it a try.  I downloaded the trial  from the website and I installed in on my computer to test it out. I ran the installation which was pretty simple and I was rather impressed to see that not only did ADGUARD work with the Microsoft Edge browser but it also began filtering in Google Chrome and Mozilla Firefox which I was not expecting.

I am still within the trial period and I have since added it to my iPhone to test in out in Safari on my phone to see how it performs on a mobile platform. One thing I wish the iOS mobile version would do is the  integration with Google Chrome and Firefox there as it did on my desktop. They also have an Android client available. At this time they have a lifetime license available for $59.95 that covers one computer and one mobile device.

So far in regards to my desktop usage, I would have to say that I am impressed, I will post a follow up in the near future with more comments on my experiences.

  Posted by Admin on November 20, 2016  /  Tags:

HP Instant Ink

If you have a new HP inkjet printer you should take a look the new service offered by HP called Instant Ink. Once you sign up HP sends you a welcome kit with cartridges that once installed will link your …

  Show More

hp instant ink promo code

If you have a new HP inkjet printer you should take a look the new service offered by HP called Instant Ink.

Once you sign up HP sends you a welcome kit with cartridges that once installed will link your printer to your Instant Ink account. When your printer starts getting low on ink your printer will order cartridges to be delivered to you before your printer runs out.

HP Instant Ink Registration

Using the link above will give you a free month of service.

 

  Posted by Admin on November 20, 2016  /  Tags: