<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>1ª Série - CENG by BRUNO TADEU BARROS DE CARVALHO</title>
      <link>https://padlet.com/brunobarroscarvalho/m999n4mca08cwhkh</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2024-02-18 19:29:11 UTC</pubDate>
      <lastBuildDate>2026-02-20 15:59:13 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Código JS</title>
         <author>brunobarroscarvalho</author>
         <link>https://padlet.com/brunobarroscarvalho/m999n4mca08cwhkh/wish/3120797297</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2097214286/f9fa258f51ada579f55f7a9bbd73dfa1/sketch.js" />
         <pubDate>2024-09-16 00:14:11 UTC</pubDate>
         <guid>https://padlet.com/brunobarroscarvalho/m999n4mca08cwhkh/wish/3120797297</guid>
      </item>
      <item>
         <title>CSS</title>
         <author>brunobarroscarvalho</author>
         <link>https://padlet.com/brunobarroscarvalho/m999n4mca08cwhkh/wish/3120797903</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2097214286/25c3446e8eb9e024ff94f2ce2a83dbf3/css.txt" />
         <pubDate>2024-09-16 00:15:18 UTC</pubDate>
         <guid>https://padlet.com/brunobarroscarvalho/m999n4mca08cwhkh/wish/3120797903</guid>
      </item>
      <item>
         <title>fase 0</title>
         <author></author>
         <link>https://padlet.com/brunobarroscarvalho/m999n4mca08cwhkh/wish/3796212784</link>
         <description><![CDATA[<p>Write-Host "==== FASE 0 - LIMPEZA TOTAL DO ALUNO ====" -ForegroundColor Cyan</p><p># 1. Tentar remover políticas antigas (se existirem)</p><p>$paths = @(</p><p>  "HKU:\",</p><p>  "Registry::HKEY_USERS\"</p><p>)</p><p>foreach ($root in $paths) {</p><p>    Get-ChildItem $root -ErrorAction SilentlyContinue | ForEach-Object {</p><p>        $p = "$($_.PSPath)\Software\Microsoft\Windows\CurrentVersion\Policies"</p><p>        if (Test-Path $p) {</p><p>            Write-Host "Verificando políticas em $($_.PSChildName)..."</p><p>        }</p><p>    }</p><p>}</p><p># 2. Remover usuário Aluno</p><p>if (Get-LocalUser -Name "Aluno" -ErrorAction SilentlyContinue) {</p><p>    Write-Host "Removendo usuário Aluno..."</p><p>    Remove-LocalUser -Name "Aluno"</p><p>}</p><p># 3. Remover perfil físico</p><p>$profilePath = "C:\Users\Aluno"</p><p>if (Test-Path $profilePath) {</p><p>    Write-Host "Removendo pasta de perfil..."</p><p>    Remove-Item -Path $profilePath -Recurse -Force</p><p>}</p><p># 4. Garantir descarregamento de hive</p><p>Write-Host "Limpando hives órfãos..."</p><p>Get-ChildItem "Registry::HKEY_USERS" |</p><p>Where-Object { $_.Name -like "*Aluno*" } |</p><p>ForEach-Object {</p><p>    reg unload $_.Name 2&gt;$null</p><p>}</p><p># 5. Reiniciar</p><p>Write-Host "Limpeza concluída. Reiniciando..."</p><p>Restart-Computer -Force</p>]]></description>
         <enclosure url="" />
         <pubDate>2026-02-20 15:59:11 UTC</pubDate>
         <guid>https://padlet.com/brunobarroscarvalho/m999n4mca08cwhkh/wish/3796212784</guid>
      </item>
   </channel>
</rss>
