Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

clear teams cache powershell

#Clears cache for all users
Get-ChildItem "C:Users*AppDataRoamingMicrosoftTeams*" -directory | Where name -in ('application cache','blob_storage','databases','GPUcache','IndexedDB','Local Storage','tmp') | ForEach{Remove-Item $_.FullName -Recurse -Force -WhatIf}
Comment

PREVIOUS NEXT
Code Example
Shell :: powershell count lines of code 
Shell :: git merge develop to feature branch 
Shell :: angular add universal 
Shell :: delete all files in linux 
Shell :: open folder vim 
Shell :: github push 
Shell :: keyrings arch linux 
Shell :: install flask in venv 
Shell :: echo  
Shell :: kubernetes exec into pod 
Shell :: mac os install brew 
Shell :: bundle lock add platform linux 
Shell :: ubuntu taskbar center 
Shell :: install wordpress ubuntu 20.04 
Shell :: ssh transfer folder 
Shell :: linux remove lines from one file in another 
Shell :: tag gdb follow fork 
Shell :: git look at changes to a file 
Shell :: git lfs add file 
Shell :: nohup linux output 
Shell :: add user to dockerfile 
Shell :: git push to existing repo 
Shell :: delete non empty directory cmd 
Shell :: ionic Please check that /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home contains a valid JDK installation. 
Shell :: how to start mongodb server in ubuntu 
Shell :: git file too long 
Shell :: linux get folder size 
Shell :: how to install cuda on ubuntu 
Shell :: wget install windows cmd 
Shell :: pwd linux 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =