Remus RIGO's blog
Photography/Design/Vector/Programming help
2024-08-01
2024-06-05
Insert network location in email (New Outlook)
Insert link and in the URL enter as below:
https://outlook.office.com/local/path/file:\\ServerName\SharedPath
2023-04-05
Count files in a folder from Command Prompt / PowerShell
- Command prompt
- dir *.* /a-d | find "File(s)"
- dir *.* /b /a-d | find /c /v ""
- PowerShell
- (Get-ChildItem C:\csv -filter "*.*").Count
- (Get-ChildItem C:\csv -recurse -filter "*.*").Count recursive search
- (Get-ChildItem C:\csv -filter "*.*").Count
- [System.IO.Directory]::GetFiles("c:\Path").Count
2023-01-12
Hide Edge opened tabs when pressing Alt-TAB
Go to:
- Settings
- System
- Multitasking
- Alt + TAB
Disable "Restore session" in Internet Explorer
If you get the following error message Your last browsing session closed unexpectedly and you want to disable it, then go to:
and uncheck Enable automatic crash recovery*
- Tools \ Internet Options
- Advanced
- Browsing
and uncheck Enable automatic crash recovery*
2023-01-05
Store location of the opened tabs from Chrome browser / Restore opened tabs from Chrome
Go the the following location:
%userprofile%\AppData\Local\Google\Chrome\User Data\Default\Sessions
%userprofile%\AppData\Local\Google\Chrome\User Data\Default\Sessions
To restore your opened tabs to another PC or user copy the files in this locatation to your new device:
Session_*.*
and
Tabs_*.*
2022-11-28
Fix "Outlook missing or corrupt outlprnt file" error
Open the following path %appdata%\Microsoft\Outlook and delete the outlprnt file
Subscribe to:
Posts (Atom)