@Echo off
C:\Support\Software\BGInfo\BGInfo.exe C:\Support\Software\BGInfo\BGINFO.bgi /Timer:0 /Silent /NoLicPrompt
EXIT
Correct Multiple monitor issues
Add this registry item
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers
Value Name: {Path}\BGInfo.exe
46 views
Managing Time Zones with tzutil
1. Display Current Time Zone
To retrieve information about the current time zone, use the following command:
tzutil /g
This
47 views
Create a folder on C: Drive called Support
Change security
Disable Inheritance
Setup users to Full access
Share folder as Support
Full Access for
47 views
Run MBR2GPT in Full Windows OS to Convert MBR to GPT
MBR2GP tool is designed to be run in a Windows Preinstallation
22 views
Is SFC /ScanNow is not able to correct files, this is due to the local cache files not being updated
106 views
The Deployment Imaging Servicing and Management (DISM) tool can service Windows images and the online operating system. The /StartComponentCleanup option reduces
46 views
The Windows logon screen features an Acrylic blur effect, which adds a frosted glass appearance to the background image.While this
67 views
Using PowerShell to Find Your RDS License Server
Open PowerShell: Press Win + X and select “Windows PowerShell” or “Windows PowerShell
58 views
Add Full permission to the Folder
icacls Folder /grant User:(OI)(CI)F /T
Remove 'Grant' Permission from Folder
icacls Folder /remove:G User
32 views
Editing IIS 6.0 Manager Settings to Prevent Crashes
To prevent the SMTP management window from crashing when right-clicking on the SMTP
53 views
Editing IIS 6.0 to Prevent Crashes when Sending Emails
To prevent the SMTP Service from crashing when sending email, follow these
54 views
Installing and Uninstalling Programs in Safe Mode
Introduction
Safe Mode is a diagnostic mode in Windows that starts the operating system with
73 views
Well, there is a tool from ForensIT that migrate your machine and its user profile residing on local machine from
40 views
Installation
1. Install Sophos SSL VPN Service as shown in "SSL Client Connection Setup"
2. Test SSL connection as OK before
37 views
AC Power commands
powercfg /change standby-timeout-ac 0
powercfg /change monitor-timeout-ac 0
powercfg /change hibernate-timeout-ac 0
Battery Power commands
powercfg /change standby-timeout-dc 0
powercfg /change monitor-timeout-dc 0
powercfg
21 views
PowerShell Commands for Time Zones
1. Set-TimeZone
The Set-TimeZone cmdlet allows you to set the system time zone to a specified value.
55 views
1. Services.msc
Click Start, and select Control Panel.
Select Administrative Tools.
Click Services.
Select ‘LabTech Monitoring Services’ and stop the service.
Select ‘LabTech Monitoring Services CheckUp Util’ and
20 views
Start CMD shell with Administrator rights
Run the following:
net stop bits /Y
net stop wuauserv /Y
net stop appidsvc /Y
net stop cryptsvc /Y
Del
57 views
This will configure the user desktop on an unlicensed Windows Workstation/System
The following registry entries should be added and Explorer.exe restarted
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AdvancedTaskbarGlomLevel
72 views
Take Ownership of Folder and files
Takeown /A /R /D Y /F “Folder
26 views