One Hat Cyber Team
Your IP :
172.16.0.254
Server IP :
58.26.163.33
Server :
Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Server Software :
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
PHP Version :
7.3.25
Buat File
|
Buat Folder
Eksekusi
Dir :
C:
/
Windows
/
System32
/
migwiz
/
replacementmanifests
/
View File Name :
Microsoft-Windows-AdvertisingId-Replacement.man
<?xml version='1.0' encoding='utf-8' standalone='yes'?> <assembly xmlns="urn:schemas-microsoft-com:asm.v3" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" manifestVersion="1.0" > <assemblyIdentity language="neutral" name="Microsoft-Windows-AdvertisingId" processorArchitecture="*" version="0.0.0.0" /> <migration alwaysProcess="yes" replacementSettingsVersionRange="0" settingsVersion="0" > <supportedComponents> <supportedComponent> <supportedComponentIdentity language="neutral" name="Microsoft-Windows-AdvertisingId" processorArchitecture="*" settingsVersionRange="0" /> </supportedComponent> </supportedComponents> <migXml xmlns=""> <rules context="System"> <!-- This "rules" section aims to treat the AdvertisingInfo::Enabled value as if it was set/true IF the downlevel OS is pre-Win8 (6.2.9200). The intent is that upgrading from builds prior to Win8 *should* cause AdvertisingId to be enabled. But upgrading from builds Win8+ should *not* enable AdvertisingId, because the user would have had the opportunity to opt-out during OOBE for Win8+, and we should not re-enable it against their earlier decision. --> <detects> <detect> <condition>MigXmlHelper.IsOSEarlierThan("NT","6.2.9200")</condition> </detect> </detects> <addObjects> <!-- If this regkey doesn't exist, this will simulate its existence during the gather stage, so that it can be applied. --> <conditions> <condition negation="yes"> MigXmlHelper.DoesObjectExist("Registry", "HKLM\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo [Enabled]") </condition> </conditions> <object> <location type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo [Enabled]</location> <attributes>dword</attributes> <bytes>01000000</bytes> </object> </addObjects> </rules> <rules context="System"> <include> <objectSet> <pattern type="Registry">HKLM\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo [Enabled]</pattern> </objectSet> </include> </rules> <rules context="User"> <include> <objectSet> <!-- Desktop OS-swap upgrade will remove all keys under HKCU\S\MS\Windows unless they are specifically "included". --> <pattern type="Registry">HKCU\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo\* [*]</pattern> </objectSet> </include> </rules> </migXml> </migration> </assembly>