windows:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

windows:start [2026/01/20 12:39] – created mhwindows:start [2026/04/23 17:11] (current) – [Mass Rename] mh
Line 5: Line 5:
 ==== Mass Rename ==== ==== Mass Rename ====
  
-=== One-liner (safe and explicit) ===+=== One-liner ===
  
 <code powershell> <code powershell>
Line 19: Line 19:
 === Dry run (optional but wise) === === Dry run (optional but wise) ===
  
-If you want to preview first, add ''-WhatIf'':+To preview first, add ''-WhatIf'':
  
 <code powershell> <code powershell>
 Get-ChildItem -Filter "D10 *" | Rename-Item -NewName { $_.Name -replace '^D10', 'D8' } -WhatIf Get-ChildItem -Filter "D10 *" | Rename-Item -NewName { $_.Name -replace '^D10', 'D8' } -WhatIf
 </code> </code>
  • windows/start.1768909147.txt.gz
  • Last modified: 2026/01/20 12:39
  • by mh