%windir%\explorer.exe microsoft-edge:https://www.pizzolongo.com
Articoli nella categoria News
edge specific url shortcut
How to change “My Documents” folder path
- Start regedit.exe.
- Go to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders.
- Double-click Personal (for My Documents) and change the value.
- Close regedit.
- Log off and restart the machine for the change to take effect.
Copy files and folders with Robocopy mantaining dates
robocopy <source_path> <destination_path> /E /dcopy:DAT
/E : copy subdirectories, also empty ones
/dcopy:DAT : maintain edit/creation dates
Thunderbird truncates messages on reply/forward
Settings -> Advanced -> Config Editor -> [I’ll be careful] ->
(search for) mail.strip_sig_on_reply -> [toggle it to false].
Thunderbird and winmail.dat attachments
Install the LookOut Add-on
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
Windows 11 Security Dashboard not opening
On powershell Copy and paste:
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
Enter
Recent Comments