Install the LookOut Add-on
Scritti da
Manual Account Setup on Outlook
C:\Program Files (x86)\Microsoft Office\root\Office16>OUTLOOK.EXE /manageprofiles
From cmd
Disable Signature Strip from replies on Thunderbird
In the settings advanced editor:
mail.strip_sig_on_reply change from true to false
Nelle impostazioni avanzate (editor di configurazione):
mail.strip_sig_on_reply cambiare da true a false
Backup Sql Server Express
Scheduled Tasks:
Execute .bat file, from the folder, choose une day
.bat File:
sqlcmd -S .\SQLEXPRESS -E -Q “EXEC sp_BackupDatabases @backupLocation=’C:\where_to_put_bak_file\’, @databaseName=’db_name’, @backupType=’F'”
Windows 11 Security Dashboard not opening
On powershell Copy and paste:
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
Enter
How To Repair Broken EFI Partition
Steps:
- Enter Windows Setup or Windows Recovery to get cmd (Command Prompt)
- Make sure that both your Windows Partition and EFI Partition are assigned a drive letter
- Use diskpart utility to assign a letter to the EFI Partition (i.e.: T:)
- Make sure you know which drive letter each partition is assigned
- When you’ve got both partitions ready with a drive letter use this command:
- C:\Windows\System32\bcdboot C:\Windows /s T:
- That will cause the EFI bootloader files to be copied from you Windows Partition onto your EFI partition which should get it working.
Printer Spool Temp Files Path
C:\Windows\System32\Spool\Printers
Stop spool service
delete all files
start spool service
How To Repair Broken EFI Partition
Assign both your Windows partition and your EFI partition a drive letter. The EFI partition by default is not assigned a drive letter, but you can use diskpart to assign a letter temporarily. Then make sure you know which drive letter each partition is assigned in the environment you’re using. When you’ve got both partitions assigned a drive letter and you know which partition has which drive letter, modify the example command below as needed. In the command below, the EFI partition is X: and the Windows partition is C. Change those as needed for your setup:
C:\Windows\System32\bcdboot C:\Windows /s X:
That will cause the EFI bootloader files from your Windows partition to be copied onto your EFI partition, which should get it working.
If it doesn’t work, try formatting your EFI partition as FAT32 just to erase it and start from scratch, then try running that command again. Again, that command is what Windows Setup runs when it first installs Windows in order to set up the EFI partition, so it should be able to get you a working EFI partition again.
Create Desktop Shortcuts via GPO
- User Conguration
- Preferences
- Windows Settings
- Shortcuts
- New -> Shortcut
- update
- name of the link ( myfolder\mylink )
- file system object
- Desktop
- \\mypath\mylink
Recent Comments