- First, you need to open cmd in the admin mode, then run all commands below one by one.
- For x86 and x64
cd /d %ProgramFiles(x86)%\Microsoft Office\Office16
cd /d %ProgramFiles%\Microsoft Office\Office16
cd /d %ProgramFiles(x86)%\Microsoft Office\Office16
cd /d %ProgramFiles%\Microsoft Office\Office16
| open powershell in admin mode and type | |
| irm https://get.activated.win | iex |
| System Cooling Policy is missing in Windows? System Cooling Policy lets you change the cooling mode of your system. If you couldnโt see the System Cooling Policy option under the Power Options of Control Panel, you need to tweak the registry settings. In this article, weโll show you how to restore the missing System Cooling Policy option in Windows 11, 10, and 7. | |
| ๐ Open Notepad. Copy and paste the code below into Notepad, then save it as a .reg file: | |
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\94D3A615-A899-4AC5-AE2B-E4D8F634367F] | |
| "Attributes"=dword:00000002 | |
| ๐ If you want to remove the System Cooling Policy option again, repeat the steps above to import the following registry settings: |
| <div class="progress-bar" /> | |
| <button class="back-to-top hidden"> | |
| <svg xmlns="http://www.w3.org/2000/svg" class="back-to-top-icon" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | |
| <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 11l5-5m0 0l5 5m-5-5v12" /> | |
| </svg> | |
| </button> | |
| <div class="progress-bar" /> |
| <k-label>{{ getJsMessage("'integration.partner.function'") }}</k-label> | |
| { field: 'Name', title: this.getJsMessage('name'), cell: 'NameTemplate'}, | |
| <k-checkbox :label="getJsMessage('checkbox.label')"/> | |
| <checkbox :label="this.i18n('add.a.note.for.this.action')" /> | |
| <AppAccordionSwitch :title="getJsMessage('big.commerce')" v-model="AppAccordionSwitchChecker1"> | |
| xx |
| a::after { | |
| font-family: 'Material Icons'; | |
| content: "link"; | |
| -webkit-font-feature-settings: 'liga'; | |
| } |
| .example { | |
| -moz-osx-font-smoothing: grayscale; /* Firefox */ | |
| -webkit-font-smoothing: antialiased; /* WebKit */ | |
| } |
| <div class="hr-search"> | |
| <span class="icon" type="button" data-toggle="modal" data-target=".search-modal"><img src="<?php echo get_template_directory_uri() .'/assets/img/search.png' ?>" alt=""></span> | |
| <div class="modal fade search-modal" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> | |
| <span class="close" data-dismiss="modal" aria-label="Close"><i class="fas fa-times-circle"></i></span> | |
| <div class="modal-dialog"> | |
| <div class="modal-content"> | |
| <form action="#"> | |
| <div class="modal-input-box"> | |
| <input type="text" placeholder="Search Here"> | |
| <button><i class="fas fa-search"></i></button> |
| transform: scale(1.1); | |
| filter: invert(42%) sepia(47%) saturate(4688%) hue-rotate(131deg) brightness(94%) contrast(101%); |
| <!-- img link --> | |
| <img src="<?php echo get_template_directory_uri() .'/assets/img/related-3.png' ?>" alt=""> | |
| <!-- link --> | |
| <a href="<?php esc_url(home_url('/'))?>"></a> | |
| <a href="<?php echo home_url('/contact-us'); ?>" target="_blank">Request a Demo</a> |