<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://entorb.net//wiki/index.php?action=history&amp;feed=atom&amp;title=Windows_Hacks</id>
	<title>Windows Hacks - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://entorb.net//wiki/index.php?action=history&amp;feed=atom&amp;title=Windows_Hacks"/>
	<link rel="alternate" type="text/html" href="https://entorb.net//wiki/index.php?title=Windows_Hacks&amp;action=history"/>
	<updated>2026-05-06T10:29:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://entorb.net//wiki/index.php?title=Windows_Hacks&amp;diff=4942&amp;oldid=prev</id>
		<title>Torben at 20:59, 30 October 2024</title>
		<link rel="alternate" type="text/html" href="https://entorb.net//wiki/index.php?title=Windows_Hacks&amp;diff=4942&amp;oldid=prev"/>
		<updated>2024-10-30T20:59:29Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Windows]]&lt;br /&gt;
===Boot into Repair Mode===&lt;br /&gt;
hold SHIFT key while clicking on reboot&lt;br /&gt;
&lt;br /&gt;
===Create list of installed programms===&lt;br /&gt;
 wmic /output:InstalledPrograms.txt product get name,version&lt;br /&gt;
&lt;br /&gt;
===Startup / Autostart in Windows 10===&lt;br /&gt;
 shell:startup&lt;br /&gt;
&lt;br /&gt;
===Disable Hibernate===&lt;br /&gt;
run commant prompt / cmd as administrator and execute &lt;br /&gt;
 powercfg.exe /hibernate off&lt;br /&gt;
&lt;br /&gt;
===Remove system and hidden attributes===&lt;br /&gt;
as admin cmd&lt;br /&gt;
 attrib -h -s FILE&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Create Link===&lt;br /&gt;
e.g. for moving iTunes Backups or some other folder from c: to another partition&lt;br /&gt;
 mklink /J &amp;quot;%HomeDrive%%HomePath%\Apple\MobileSync\Backup&amp;quot; &amp;quot;e:\sicher\iTunesBackups&amp;quot;&lt;br /&gt;
 mklink /J c:\Users\USER\Music\iTunes e:\Music\iTunes&lt;br /&gt;
&lt;br /&gt;
===Take over Ownership of File or Directory===&lt;br /&gt;
 takeown /f E: /r /d Y&lt;br /&gt;
(run in admin cmd)&lt;br /&gt;
&lt;br /&gt;
===Cleanup files===&lt;br /&gt;
 run cleanmgr as admin&lt;br /&gt;
====C:\Windows\SoftwareDistribution====&lt;br /&gt;
from [https://www.windowscentral.com/how-clear-softwaredistribution-folder-windows-10#clear_softwaredistribution]&lt;br /&gt;
 run cmd as admin&lt;br /&gt;
 net stop wuauserv&lt;br /&gt;
 net stop bits&lt;br /&gt;
 delete all files in C:\Windows\SoftwareDistribution&lt;br /&gt;
 net start wuauserv&lt;br /&gt;
 net start bits&lt;br /&gt;
&lt;br /&gt;
====C:\Windows\WinSxS====&lt;br /&gt;
from [https://www.laptopmag.com/articles/clean-winsxs-folder-to-save-space]&lt;br /&gt;
 run cmd as admin&lt;br /&gt;
 Dism.exe /online /Cleanup-Image /StartComponentCleanup&lt;br /&gt;
&lt;br /&gt;
====Delete files of invalid filename====&lt;br /&gt;
 chkdsk /f&lt;br /&gt;
 reboot&lt;br /&gt;
 now delete should be possible&lt;br /&gt;
&lt;br /&gt;
===Move/Clone System Partition(s) to new Disk===&lt;br /&gt;
After quite some pain I finally succeded in moving the dual boot (Windows and Linux) to a new harddisk. For cloning I used EaseUS Todo Backup Free 12.0 without resizing. Than testing that both Linux and Windows run. Than moving and resizing Linux using gparted. Than resizing Windows using AOMEI Partition Assistant Standard Edition 8.5.&lt;br /&gt;
&lt;br /&gt;
===Network Issues===&lt;br /&gt;
in admin cmd&lt;br /&gt;
 netsh winsock reset&lt;br /&gt;
 netsh int ip reset &lt;br /&gt;
 ipconfig /release &lt;br /&gt;
 ipconfig /renew&lt;br /&gt;
 ipconfig /flushdns&lt;/div&gt;</summary>
		<author><name>Torben</name></author>
	</entry>
</feed>