Welcome to your site! This is your homepage, which is what most visitors will see when they come to your site for the first time.
A homepage section
This is an example of a homepage section. Homepage sections can be any page other than the homepage itself, including the page that shows your latest blog posts.
About
You might be an artist who would like to introduce yourself and your work here or maybe you are a business with a mission to describe.
Blog
Dump de memória durante o travamento
te Segue o processo para configurar um equipamento para gerar o dump de memória durante o travamento: # Setup the Guest OS to collect a complete dump Set-ItemProperty -Path ‘HKLM:\SYSTEM\CurrentControlSet\Control\CrashControl’ -name CrashDumpEnabled -Type DWord -force -Value 1 Set-ItemProperty -Path ‘HKLM:\SYSTEM\CurrentControlSet\Control\CrashControl’ -name DumpFile -Type ExpandString -force -Value “%SystemRoot%\MEMORY.DMP” Set-ItemProperty -Path ‘HKLM:\SYSTEM\CurrentControlSet\Control\CrashControl’ -name NMICrashDump -Type DWord -force -Value 1 # Setup the keyboard keys to inject the crash Set-ItemProperty -Path ‘HKLM:\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters’ –name CrashOnCtrlScroll -Type DWord -force -Value 1 Set-ItemProperty -Path ‘HKLM:\SYSTEM\CurrentControlSet\Services\kbdhid\Parameters’ –name CrashOnCtrlScroll -Type DWord -force -Value 1 Durante o problema, após iniciar o equipamento …
Contact
This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.