About This Site

I'm a Tech Guy for over 30 Years Knowledge of Computers, Networks, PC Gadgets. This site is to be used to share some of my knowledge and reviews

Setup Shadow Copy On Newer Windows 11

Microsoft has a feature in Windows Servers and Windows workstations called Shadow Copy. This allows it to take snapshots of your files so that if you want to restore from a previous time you can. Windows servers make it easy to setup and I use this all the time for my clients. Its not a backup but it does allow to easily restore files. I normally set this up on my client servers to run 2 times a day. Once at noon and the other after hours. For Windows 10 and early Windows 11 you can setup through the Task Schedule you can have PC automatically create the shadow copy. Here is one of many articles describing how to set this up.

The issue with newer Windows 11 is they are removing or not providing the WMIC option. To test if you have WMIC on your PC is open an administrative command prompt and type WMIC. If it says no file exist then you need to install it.

To install the WMIC from an Administrative command prompt type the following:

DISM /Online /Add-Capability /CapabilityName:WMIC~~~~

This can take some time especially on slow Internet connection. Once its downloaded then WMIC should be installed. Issue is its not in normal location so if you follow the instructions from article above you need to change the WMIC command to the following:

C:\Windows\System32\wbem\wmic

Along with the following in the argument:

shadowcopy call create Volume=c:\

Now it will allow Shadow Copies to be made. The issue with Windows 11 is to restore you cannot use the right click folder and select Restore Previous Versions. That works fine if the files are on a Windows Server or Windows 10 but Microsoft decided to not allow it in Windows 11. Another great wisdom from Microsoft.

In order to restore on a Windows 11 you need to use a 3rd party application. I like to use ShadowExplorer

It does require .Net Framework 3.5 so you will need to install this before using.

Scam Remote In Hidden remote software with support.client.exe

Had a few clients that got scammed for people to remote into their PC. Indication that its a scam is when they have a support.client.exe file in their download folder. What this does is installs ConnectWise screenconnect service. Typically the files are stored under Users\{Username}\Appdata\local\Apps\2.0 and if you check services you will see screenconnect service running. I stop the service. Then disable the service and then delete the 2.0 folder.

If you check the location of the files under services for screenconnect will show where the files got installed.

Outlook Sending From Shared Mailbox Sent Items Not Going To Shared Sent Items

If using a shared mailbox and you want the sent items to go into the shared sent items the easiest way is to add a registry item

Go to the following:

HKEY_CURRENT_USER\Software\Microsoft\Office\x.0\Outlook\Preferences

Add a DWORD  DelegateSentItemsStyle and give it a value of 1

 

Got this from here.

 

 

Outlook 2007 Search Does Not Work Windows 11

Found online from here.

Basically do the following:

Control Panel->Indexing Options->Modify->Unchecked “Microsoft Office Outlook”

Save everything and restart the Outlook.

Finding QuickBooks license info from a non bootable PC

Have a client who did not have the license info when installing QuickBooks on a new PC. The original PC is not bootable. I found this online.

Basically you need to find the QBRegistration.dat file and open it in Notepad. Inside is the Installation ID and License number and client ID

The file is normally located C:\ProgramData\Common Files\Intuit\QuickBooks

Shadow Copy and Windows 11

I have used Shadow Copy on all Windows servers and Windows 10 and everything works great. Windows 10 you have to manually setup but it works. Do the same setup for Windows 11 and it creates the shadow copy BUT they don’t show up under previous version in Windows Explorer. You have to use a 3rd party utility call Shadow Explorer

Here is one link into how to configure Shadow Copy for Windows 10 (same for Windows 11)

 

Windows 11 Netplwiz missing required password option fix

Change DevicePasswordLessBuildVersion under registry entry:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device

from 2 to 1 Then go into NETPLWIZ Now can change Uses must enter a user name and password to use this computer

 

Business Vision Won’t Allow Login From Workstation

If you have BusinessVision on a server and you can’t login from a workstation then check the Firewall settings on the server. Make sure if the network is configured with Domain/Private/Public that the Database Service Manager allows through Firewall with appropriate Network.

Sometimes rebooting the server may change the network from Domain to Private.

VoIP Calls disconnect after 15 Minutes with SonicWall

Found this on the Internet.

Basically from the comments I did the following:

I have found that SonicWalls NSA units have SPI and DPI causing major problems with VoIP.  Under Firewall Settings, go to settings and choose Maximium SPI Connections (DPI services disabled).  Also there is additional internal settings you can enable/disable by “\diag.html” (https://10.1.10.1/diag.html) .  Also under the Firewall Settings option, I would recommend increasing the Default UDP Connection Timeout to: 3600 seconds.

I also did the following:

Also, under “VoIP” settings, enable “Consistant NAT”.

Outlook O365 Gives Windows Security box

Client with O365 the Outlook started to prompt a Windows Security box asking for login and password. Entering the password fails and it would not work. Found this on the Internet.

Basically do the following:

  • Please go to this location in registry editor HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity

  • Delete EnableADALREG and EnableADAL keys

  • Restart the computer and then check the behavior of Outlook

  • If issue still persists, then go to the same location in registry editor HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity

  • Create a DWORD key EnableADAL and set the value 1