Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Boot Mode: Normal
==============================================
fixlist content:
*****************
cmd: sc config trustedinstaller start= auto
cmd: net start trustedinstaller
cmd: fsutil resource setautoreset true %SystemDrive%\
cmd: attrib -r -s -h %SystemRoot%\System32\Config\TxR\*
StartPowershell:
function Move-LockedFile
{
param($path, $destination)
$path = (Resolve-Path $path).Path
$destination = $executionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath($destination)
$MOVEFILE_DELAY_UNTIL_REBOOT = 0x00000004
$MOVEFILE_REPLACE_EXISTING = 1
$memberDefinition = @'
[DllImport("kernel32.dll", SetLastError=true, CharSet=CharSet.Auto)]
public static extern bool MoveFileEx(string lpExistingFileName, string lpNewFileName,
int dwFlags);
'@
$type = Add-Type -Name MoveFileUtils -MemberDefinition $memberDefinition -PassThru
$type::MoveFileEx($path, $destination, $MOVEFILE_DELAY_UNTIL_REBOOT + $MOVEFILE_REPLACE_EXISTING)
}
Get-ChildItem -path "$env:SystemRoot\system32\Config\TxR\." |
Foreach-Object {
write-output $_.fullname
Move-LockedFile -path $_.fullname "$env:SystemRoot\Temp\junk"
}
EndPowershell:
cmd: attrib -r -s -h %SystemRoot%\System32\SMI\Store\Machine\*
cmd: del /f /q %SystemRoot%\System32\SMI\Store\Machine\*.tm*
cmd: del /f /q %SystemRoot%\System32\SMI\Store\Machine\*.blf
cmd: del /f /q %SystemRoot%\System32\SMI\Store\Machine\*.regtrans-ms
EmptyTemp:
*****************
========= sc config trustedinstaller start= auto =========
[SC] ChangeServiceConfig SUCCESS
========= End of CMD: =========
========= net start trustedinstaller =========
The Windows Modules Installer service is starting.
The Windows Modules Installer service was started successfully.
========= End of CMD: =========
========= fsutil resource setautoreset true %SystemDrive%\ =========
The operation completed successfully.
========= End of CMD: =========
========= attrib -r -s -h %SystemRoot%\System32\Config\TxR\* =========
========= End of CMD: =========
========= Powershell: =========
C:\Windows\system32\Config\TxR\{b3a6fe96-f640-11e5-8b81-6805ca034892}.TxR.0.regtrans-ms
True
C:\Windows\system32\Config\TxR\{b3a6fe96-f640-11e5-8b81-6805ca034892}.TxR.1.regtrans-ms
True
C:\Windows\system32\Config\TxR\{b3a6fe96-f640-11e5-8b81-6805ca034892}.TxR.2.regtrans-ms
True
C:\Windows\system32\Config\TxR\{b3a6fe96-f640-11e5-8b81-6805ca034892}.TxR.blf
True
C:\Windows\system32\Config\TxR\{b3a6fe97-f640-11e5-8b81-6805ca034892}.TM.blf
True
C:\Windows\system32\Config\TxR\{b3a6fe97-f640-11e5-8b81-6805ca034892}.TMContainer00000000000000000001.regtrans-ms
True
C:\Windows\system32\Config\TxR\{b3a6fe97-f640-11e5-8b81-6805ca034892}.TMContainer00000000000000000002.regtrans-ms
True
C:\Windows\system32\Config\TxR\{f19eab93-3bb8-11df-a84a-001f29e19402}.TxR.0.regtrans-ms
True
C:\Windows\system32\Config\TxR\{f19eab93-3bb8-11df-a84a-001f29e19402}.TxR.1.regtrans-ms
True
C:\Windows\system32\Config\TxR\{f19eab93-3bb8-11df-a84a-001f29e19402}.TxR.2.regtrans-ms
True
C:\Windows\system32\Config\TxR\{f19eab93-3bb8-11df-a84a-001f29e19402}.TxR.blf
True
C:\Windows\system32\Config\TxR\{f19eab94-3bb8-11df-a84a-001f29e19402}.TM.blf
True
C:\Windows\system32\Config\TxR\{f19eab94-3bb8-11df-a84a-001f29e19402}.TMContainer00000000000000000001.regtrans-ms
True
C:\Windows\system32\Config\TxR\{f19eab94-3bb8-11df-a84a-001f29e19402}.TMContainer00000000000000000002.regtrans-ms
True
========= End of Powershell: =========
========= attrib -r -s -h %SystemRoot%\System32\SMI\Store\Machine\* =========
========= End of CMD: =========
========= del /f /q %SystemRoot%\System32\SMI\Store\Machine\*.tm* =========
========= End of CMD: =========
========= del /f /q %SystemRoot%\System32\SMI\Store\Machine\*.blf =========
Could Not Find C:\Windows\System32\SMI\Store\Machine\*.blf
========= End of CMD: =========
========= del /f /q %SystemRoot%\System32\SMI\Store\Machine\*.regtrans-ms =========
Could Not Find C:\Windows\System32\SMI\Store\Machine\*.regtrans-ms
========= End of CMD: =========
=========== EmptyTemp: ==========
BITS transfer queue => 8388608 B
DOMStore, IE Recovery, AppCache, Feeds Cache, Thumbcache, IconCache => 1545689 B
Java, Flash, Steam htmlcache => 0 B
Windows/system/drivers => 255101549 B
Edge => 0 B
Chrome => 0 B
Firefox => 0 B
Opera => 0 B
Temp, IE cache, history, cookies, recent:
Users => 0 B
Default => 100202 B
Public => 100202 B
ProgramData => 100202 B
systemprofile => 166430 B
systemprofile32 => 233090 B
LocalService => 2028804 B
NetworkService => 2028804 B
assdrs161 => 9770212 B
t2-adminslempluk => 10100744 B
adminga => 10415540 B
adminpi => 23147490 B
admin-al-jablonski => 24892651 B
t2-adminmiazga => 25209458 B
chucknorris => 25516670 B
Administrator => 267771448 B
RecycleBin => 0 B
EmptyTemp: => 635.7 MB temporary data Removed.
================================
The system needed a reboot.
==== End of Fixlog 16:13:50 ====
Has Sysnative Forums helped you? Please consider donating to help us support the site!