Category: Windows
-
Pervasive SQL services don’t start after server reboot
Issue Pervasive SQL services (Pervasive PSQL Relational Engine and Pervasive PSQL Transactional Engine) don’t start automatically after server reboot, even though Startup Type was set to Automatic.
-
Allow remote server reboot without admin rights
If you want a non-admin user to be able to remotely reboot servers (with shutdown -m command), but don’t have other admin rights, you can achieve this with a single group policy change. If you want this to apply to a single server you can user local group policy, for multiple servers, use global domain…
-
Cannot delete multiple images in Capture One
I have recently moved to Sony mirrorless camera and started using Capture One from Phase One. And here is a little issue that took me some time to figure out: When you select multiple images in Capture One browser and click Delete you would expect all of the images to be deleted. This was not happening to me,…
-
Delete Windows 7 backup job
Once you setup a backup job on Windows 7 machine, you can edit the job settings of disable the schedule, but there is no obvious way to delete the backup job completely.
-
Prevent Exchange users from sending rich text format messages
Sending Rich Text Format (RTF) messages from MS Outlook to the outside world often results in recipients receiving winmail.dat attachments. I have previously written how to resolve this on the client side. If you are an Exchange server administrator you can prevent users from sending RTF messages via your Exchange server globally.
-
Suppress “Welcome to Adobe Acrobat Reader DC” message
Bumped into a little issue while deploying Adobe Reader DC via Group Policy. Installation was customized using Adobe Customization Wizard (which generates .mst transforms file). All online features, EULA, and similar distractions were disabled. However, on a test machine, after launching Adobe Reader for the first time, “Welcome to Adobe Acrobat Reader DC” message would appear. It basically…
-
Windows Server 2012 – Domain network detected as Public
Issue Windows Server 2012 connected to a local domain network reports network type as a “Public Network“. This causes Windows Firewall to block some network services that are expected to work on a domain network (i.e. Remote Desktop).
-
GPO File Association fails with “0x80070005 Access is denied” error
Windows file association can be changed using Group Policy (User configuration > Preferences > Control Panel Settings > Folder Options > New > Open With).
-
Hide user account from Windows 8 login screen
To hide any user account from Windows login screen, make following registry changes: Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserListSpecialAccounts and UserList keys are not present by default – you need to create them yourself. Inside UserList key create a new DWORD type entry name: user account login name (the one you want to hide)value: 0 Restart the PC
-
Opening Windows BSOD crash report minidump files
Windows “Blue Screen of Death” crash report minidump files are normally saved in “C:\Windows\Minidump” folder.Full memory dumps are saved in “C:\Windows\MEMORY.DMP” file. Level of crash information logging can be set in System Properties > Advanced > Startup and Recovery > Settings
-
HP Officejet 7500A – Call to Driver Package Uninstall returned error 5
Issue Something went wrong when a user was installing HP Officejet 7500A multi-functional A3 printer software from HP website. The printer doesn’t appear in Windows 10 Settings > Printers & Scanners. In the old Control Panel > Devices and Printers it appears under Unspecified devices, but fails to print or display printer properties. The printer is…
-
Use PowerShell to find out if user password expired
Here is a quick way to find out if the user’s password expired and some other useful password-related information (when was the password last set, whether the password is set to never expire):