Search
 
SCRIPT & CODE EXAMPLE
 

POWERSHELL

CMD & Powershell History

#cmd
type %userprofile%AppDataRoamingMicrosoftWindowsPowerShellPSReadlineConsoleHost_history.txt
#Powershell
type $Env:userprofileAppDataRoamingMicrosoftWindowsPowerShellPSReadlineConsoleHost_history.txt
Comment

powershell command history file

Get-History | Format-List -Property *
#By default, the PowerShell in Windows 10 saves the last 4096 commands that are stored in a plain text file located in the profile of each user: 
get-content $env:USERPROFILEAppDataRoamingMicrosoftWindowsPowerShellPSReadlineConsoleHost_history.txt
Comment

PREVIOUS NEXT
Code Example
Powershell :: powershell take ownership recursive command 
Powershell :: takeown /f 
Powershell :: Saved Windows Credentials 
Powershell :: Auto-open DevTools on every new tab For powershell on Windows 
Gdscript :: godot check if timer is running 
Gdscript :: godot make string all lowercase 
Clojure :: hello world in clojure 
Clojure :: call function in clojure 
Lisp :: random choice from list of strings in emacs lisp 
Assembly :: restart kde 
Assembly :: install retroarch on Linux 
Assembly :: dataframe.shape return what? 
Assembly :: what do you mean by io address and memory address 
Assembly :: flutter button border radius 
Javascript :: jquery vslidation remove spaces from input 
Javascript :: js on page ready 
Javascript :: open ilnk target js 
Javascript :: refresh window js 
Javascript :: jquery accept only excel file 
Javascript :: check if a variable is undefined jquery 
Javascript :: media query js 
Javascript :: change input placeholder text jquery 
Javascript :: get current url js 
Javascript :: convert to objectid mongoose 
Javascript :: javascript async delay 
Javascript :: javascript refresh page every 30 seconds 
Javascript :: how to change a css variable with javascript 
Javascript :: hide header react navigation 
Javascript :: listing dir by nodejs 
Javascript :: javascript celcius to farenheit 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =