Tech shortcuts

press windows+. in any app to use emojiIntellij download:

1. Run the IDE and evalutate for free.
2. Click IDE menu "Configure" or "Help" -> "Edit Custom VM Options..."
3. Append "-javaagent:/absolute/path/to/jetbrains-agent.jar" to end line.
    eg:
     for windows:  -javaagent:D:\Softwares\jetbrains-agent.jar
-javaagent:D:\GoogleDrive003\Git\jetbrains-agent.jar
D:\GoogleDrive003\Git
4. Restart IDE.
5. Click IDE menu "Help" -> "Register..." or "Configure" -> "Manage License..."
   Support "License server" and "Activation code":
   1). Entry license server address: http://fls.jetbrains-agent.com
       Or click the button: "Discover Server" to fill automatically.


http://fls.jetbrains-agent.com

-javaagent:D:\Git\jetbrains-agent.jar

Java environment variables
%windir%\System32\rundll32.exe sysdm.cpl,EditEnvironmentVariables

java --version

Force delete a file
DEL /F /Q /A C:\\USERS\\VIKITECH\\DESKTOP\\VIRUS.EXE
DEL /F /Q /A C:\\Users\\ZEESHAN\\Downloads\\elasticsearch-7.6.2-windows-x86_64

To delete a folder
rmdir /s /q E:\test

To change user password: cmd --> netplwiz

Change windows user name:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-1005867559-714388518-4289035260-1000

To change playspeed in VLC
Tools> preferences> input/codecs> show settings- All > input/codecs> playback speed

Cmds to clean pc
Cleanmgr
Prefetch
Tree

WINDOWS SHORTCUTS
WIN+M : desktop
WIN + right/left arrow : dual apps
WIN +E :open file explorer
Win + +/_ " Magnifier
Win + prtscr : saves screenshot

cmd: 
to open control panel : appwiz.cpl

To change login image.
GOTO
C:\windows\system32\oobe\info\backgrounds

echo Clear Temporary Internet Files:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8

echo Clear Cookies:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2

echo Clear History:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1

echo Clear Form Data:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16

echo Clear Saved Passwords:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32

echo Delete All:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255

echo Delete All w/Clear Add-ons Settings:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351



Comments

Popular posts from this blog

Understanding and Avoiding Race Conditions in Java

The Interplay of Money and Risk

For Java