edge://version/
--profile-directory="Profile 1"
send a ping to any server using the flags -f
and -l <size>
ping google.com.br -f -l 1480
:: where 1480 is the value in bytes
:: RESPONSE
Pinging google.com.br [142.250.79.3] with 1480 bytes of data:
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
28 bytes
to it (8 from ICMP packets and 20 used by the IP).::Verify interfaces MTU values
netsh int ipv4 show subinterfaces
::Change the MTU from the interfaces
netsh int ipv4 set subinterface <interface_name> mtu=<new_MTU_size> store=persistent
E.g.
netsh int ipv4 set subinterface "Wi-fi" mtu=1495 store=persistent
netsh int ipv4 set subinterface Wi-fi mtu=1495 store=persistent
shell:system
: Windows sytem32 foldershell:common startup
: Startup programsshell:common programs
: Programs shortcutsshell:control panel folder
: Control Panelshell:fonts
: Windows font managershell:local appdata
: Local app datashell:screenshots
: Screenshots folderpowercfg.cpl
: Power config planAntialising - FXAA
to Off and hit apply.No Scaling
inside Adjust desktop size and position and perform scaling on
GPU. (make sure to mark the checkbox Override the scalling mode set by games and programs).Computer\HKEY_CURRENT_USER\Control Panel\Desktop
.Win8DpiScaling
and change it’s value to 1.
3.Create a DWORD32
named LogPixels (if it doesn’t already exists) and set the value
to DECIMAL=120
DEFAULT DECIMAL=125
.The name must be autorun.inf
[AutoRun]
icon=exemplo.exe
Checking
wmic path softwarelicensingservice get OA3xOriginalProductKey
Activating
SLUI 3
Checking Product key
slmgr /dlv
Uninstalling Product key
slmgr /upk
takeown /F C: /R
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealth
services.msc
Superfetch
service%temp%
temp
prefetch
recent
shutdown -s -t time
Obs.: Use
-r
instead of-s
to restart
time in seconds
To do this, follow these steps:
Open an elevated command prompt. To do this, do the following as your appropriate:
If you are running Windows 10, Windows 8.1 or Windows 8, first run the inbox Deployment Image Servicing and Management (DISM) tool prior to running the System File Checker. (If you are running Windows 7 or Windows Vista, skip to Step 3).
Type the following command, and then press Enter. It may take several minutes for the command operation to be completed.
DISM.exe /Online /Cleanup-image /Restorehealth
Important: When you run this command, DISM uses Windows Update to provide the files that are required to fix corruptions. However, if your Windows Update client is already broken, use a running Windows installation as the repair source, or use a Windows side-by-side folder from a network share or from a removable media, such as the Windows DVD, as the source of the files. To do this, run the following command instead:
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:\RepairSource\Windows /LimitAccess
Note: Replace the C:\RepairSource\Windows placeholder with the location of your repair source. For more information about using the DISM tool to repair Windows, reference Repair a Windows Image.
At the command prompt, type the following command, and then press ENTER:
sfc /scannow
Disable real time protection inside windows update > windows defender firewall
press WIN + R and type gpedit.msc
then hit enter or OK
Go to Administrative Templates\Windows Components\Microsoft Defender Antivirus
Double click on Turn off Microsoft Defender Antivirus and hit OK
Now inside the current folder, open the folder real time protection and repeat the step 4 but instead, disable turn off real-time protection
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender
create a DWORD 32 bits DisableAntiSpyware
value 1
or 0
Run the following command
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
Add lid close action
powercfg -attributes SUB_BUTTONS 5ca83367-6e45-459f-a27b-476b1d01c936 -ATTRIB_HIDE
Add lid open action
powercfg -attributes SUB_BUTTONS 99ff10e7-23b1-4c07-a9d1-5c3206d741b4 -ATTRIB_HIDE
Otherwise, if you want to remove it you can change the parameter at the end of the code to + ATTRIB_HIDE
Colors Library | R | G | B |
---|---|---|---|
Color 0 | 185 | 231 | 0 |
Color 1 | 224 | 0 | 49 |
Color 2 | 17 | 175 | 242 |
Color 3 | 255 | 255 | 255 |
System Color | 255 | 255 | 255 |
Separatos | Value |
---|---|
Prolog | <C3><B=0,0>\b |
Text | \n |
Group name | \t |
Group data | Separator that you want - In my case space |
Epilog | \n<S=100><C4>%Time% <S=200><FR>FPS |
Group Separator | Value |
---|---|
Framerate | \n |
CPU usage | \n |
There is an issue where MSI Afterburner don’t let the discord overlay show up inside any game.
C:\Program Files (x86)\RivaTuner Statistics Server\ProfileTemplates
GLOBAL
InjectionDelay=15000
InjectionDelayTriggers=IGO64.dll,IGO32.dll,d3dcompiler_47.dll,DiscordHook.dll,DiscordHook64.dll,GameOverlayRenderer.dll,GameOverlayRenderer64.dll,steam_api64.dll,steam_api.dll,d3d9.dll,dxgi.dll,d3d9_smaa.dll,d3d11.dll,DiscordOverlay.dll,DiscordOverlay64.dll
boot_image.bpm
setup
file and press I
to install.bmp
image you createdFile > Save as > Select A:/EFI/HackBGRT/
splash.bmp
image in this folderOpen CPU-Z and check in the cache tab if you have these 2 sort of memory available
open the regedit with WIN + R and type regedit
locate Computador\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
There is a file SecondLevelDataCache
which by default is disabled. You Can enable it putting your memory cache L2 value of bytes on it.
To activate the memory cache L3 it needs to create a DWORD 32 with the name ThirdLevelDataCache
Not recommended - maybe only when using a good SSD
powercfg.exe /hibernate off
This is going to delete the user file
Navigation |
---|
🠝 go top |
🠜 go back |