• Re: Not creating temporary files that just have to be deleted anyway

    From knuttle@21:1/5 to rocco portelli on Wed Nov 29 07:52:37 2023
    On 11/29/2023 7:15 AM, rocco portelli wrote:
    Is there any way of not creating temporary files that just have to be
    deleted anyway? https://i.postimg.cc/k49r26nz/Clipboard06.jpg

    Mostly I'm asking about these which I have no idea where they come from Temporary Internet Files
    Offline webpages
    Delivery Optimization Files

    My disk is almost full and constantly complaining it's full.
    It seems to happen with Microsoft updates but I'm not sure.
    I do not know of a way to stop it nor do I think the upgrade would
    install without them. When MS updates it needs significant disk space
    to do that up grade. (I question how long these computers band sold
    with less that 256GB of storage will be able to be updated.)

    Have you run the Disk Clean at the Disk Properties page?

    I believe there is a similar function for the Solid state disk.


    I run the Disk Clean frequently. I also use McAfee and run the Tracker Remover function frequently also.

    You could write a small BAT file to delete the TMP files that could be
    run occasionally

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rocco portelli@21:1/5 to All on Wed Nov 29 07:15:31 2023
    Is there any way of not creating temporary files that just have to be
    deleted anyway? https://i.postimg.cc/k49r26nz/Clipboard06.jpg

    Mostly I'm asking about these which I have no idea where they come from Temporary Internet Files
    Offline webpages
    Delivery Optimization Files

    My disk is almost full and constantly complaining it's full.
    It seems to happen with Microsoft updates but I'm not sure.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Newyana2@21:1/5 to rocco portelli on Wed Nov 29 08:36:53 2023
    "rocco portelli" <roccoportelli@nospam.it> wrote

    | Is there any way of not creating temporary files that just have to be
    | deleted anyway? https://i.postimg.cc/k49r26nz/Clipboard06.jpg
    |
    | Mostly I'm asking about these which I have no idea where they come from
    | Temporary Internet Files
    | Offline webpages
    | Delivery Optimization Files
    |
    | My disk is almost full and constantly complaining it's full.
    | It seems to happen with Microsoft updates but I'm not sure.

    You're deleting what Windows says is safe to delete. Beyond that,
    check where the bloat is. Do you need it? I use a simple VBScript
    that checks folder sizes throughout the system. From that I discovered,
    for instance, that my firewall keeps a log of limitless size. You might
    have office files, etc. Many people have ridiculously big photos,
    saving 40 shots of their granddaughter's 2nd birthday, at 5 MB each,
    making no effort to organize, resize or cull their photos.

    Internet files are IE/Edge cache. Set the cache to almost zero.
    Cache is an outdated function. Websites almost never send a 304
    response anymore because pages are generated dynamically, so
    they're always new, even if they haven't changed in 5 years. I
    set cache on all browsers to 10MB. When you do that, make sure
    you also clear all saved Internet files, twice, in each browser.

    By far the biggest problem is update backups and the winsxs folder.
    Winsxs is what allows Microsoft to pretend that updates and
    hardware installs are effortless. When you install Windows, MS puts the
    entire install disk, with all drivers, into winsxs as backup. You get no
    choice in the matter. You can remove things you don't need, but there
    are 10s of thousands of files. Just removing files that obviously don't
    match your processor (AMD or Intel) could take hours. Once you start
    running, Winsxs grows. Whenever Windows gets its hands on any kind
    of drivers or update files, it copies them to winsxs. After some
    experimenting I did once when updating Vista to 7 (80 GB of useless
    crap!) I decided to keep disk images of all new systems. Win10 disk
    image spans 3 DVDs, if I remember correctly, with setup and basic
    software installed. (The same for XP is about 1400 MB with all software installed.) When the whole thing gets unwieldy I just put
    in a backup. But I also block auto-updating, so my systems are not
    so crapped up. I don't know of any better solution: Reinstall fresh. Set
    it up. Make disk images.... There should be a utility where you could
    just check off things you don't need and have all related files deleted
    from winsxs, but I don't know of any such thing. Ideally it would
    just have checkboxes: Intel? Delete. HP? Delete. Samsung? Delete.
    LP? Asus? NVidia? Delete, delete, delete. If you don't have the
    hardware, you don't need the drivers.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Big Al@21:1/5 to All on Wed Nov 29 09:19:46 2023
    On 11/29/23 08:36 AM, this is what Newyana2 wrote:
    "rocco portelli" <roccoportelli@nospam.it> wrote

    | Is there any way of not creating temporary files that just have to be
    | deleted anyway? https://i.postimg.cc/k49r26nz/Clipboard06.jpg
    |
    | Mostly I'm asking about these which I have no idea where they come from
    | Temporary Internet Files
    | Offline webpages
    | Delivery Optimization Files
    |
    | My disk is almost full and constantly complaining it's full.
    | It seems to happen with Microsoft updates but I'm not sure.

    You're deleting what Windows says is safe to delete. Beyond that,
    check where the bloat is. Do you need it? I use a simple VBScript
    that checks folder sizes throughout the system. From that I discovered,
    for instance, that my firewall keeps a log of limitless size. You might
    have office files, etc. Many people have ridiculously big photos,
    saving 40 shots of their granddaughter's 2nd birthday, at 5 MB each,
    making no effort to organize, resize or cull their photos.

    Internet files are IE/Edge cache. Set the cache to almost zero.
    Cache is an outdated function. Websites almost never send a 304
    response anymore because pages are generated dynamically, so
    they're always new, even if they haven't changed in 5 years. I
    set cache on all browsers to 10MB. When you do that, make sure
    you also clear all saved Internet files, twice, in each browser.

    By far the biggest problem is update backups and the winsxs folder.
    Winsxs is what allows Microsoft to pretend that updates and
    hardware installs are effortless. When you install Windows, MS puts the entire install disk, with all drivers, into winsxs as backup. You get no choice in the matter. You can remove things you don't need, but there
    are 10s of thousands of files. Just removing files that obviously don't
    match your processor (AMD or Intel) could take hours. Once you start
    running, Winsxs grows. Whenever Windows gets its hands on any kind
    of drivers or update files, it copies them to winsxs. After some experimenting I did once when updating Vista to 7 (80 GB of useless
    crap!) I decided to keep disk images of all new systems. Win10 disk
    image spans 3 DVDs, if I remember correctly, with setup and basic
    software installed. (The same for XP is about 1400 MB with all software installed.) When the whole thing gets unwieldy I just put
    in a backup. But I also block auto-updating, so my systems are not
    so crapped up. I don't know of any better solution: Reinstall fresh. Set
    it up. Make disk images.... There should be a utility where you could
    just check off things you don't need and have all related files deleted
    from winsxs, but I don't know of any such thing. Ideally it would
    just have checkboxes: Intel? Delete. HP? Delete. Samsung? Delete.
    LP? Asus? NVidia? Delete, delete, delete. If you don't have the
    hardware, you don't need the drivers.


    I think you need a life.
    Hard drive space is cheap now a days.
    --
    Linux Mint 21.2 Cinnamon
    Al

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John K.Eason@21:1/5 to portelli on Wed Nov 29 19:17:00 2023
    In article <uk7a13$3gtdd$1@paganini.bofh.team>, roccoportelli@nospam.it (rocco portelli) wrote:

    *From:* rocco portelli <roccoportelli@nospam.it>
    *Date:* Wed, 29 Nov 2023 07:15:31 -0500

    Is there any way of not creating temporary files that just have to
    be deleted anyway? https://i.postimg.cc/k49r26nz/Clipboard06.jpg

    Mostly I'm asking about these which I have no idea where they come
    from Temporary Internet Files Offline webpages
    Delivery Optimization Files

    My disk is almost full and constantly complaining it's full.
    It seems to happen with Microsoft updates but I'm not sure.

    Get a bigger disk! Temporary Internet Files are created by your browser every time
    you visit a web page so you can't stop those being created or you wouldn't be able
    to browse the web and the same applies to most of the other file types in that list.
    In fact looking at your image I'd say that deleting all the files there will make
    very little difference if you're getting complaints about disk space.

    --
    Regards
    John

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?B?Li4ud8Khw7HCp8KxwqTDsSA=?@21:1/5 to rocco portelli on Wed Nov 29 13:55:54 2023
    rocco portelli wrote on 11/29/23 5:15 AM:
    Is there any way of not creating temporary files that just have to be
    deleted anyway? https://i.postimg.cc/k49r26nz/Clipboard06.jpg

    Mostly I'm asking about these which I have no idea where they come from Temporary Internet Files
    Offline webpages
    Delivery Optimization Files

    My disk is almost full and constantly complaining it's full.
    It seems to happen with Microsoft updates but I'm not sure.

    Unlikely go bain much space from a few hundred MB(your pic showed less
    than 150MB).

    Look elsewhere - programs installed no longer needed, data stored on your
    main disk. Consider a larger disk for the device(you did not specify the current size or type of device - desktop, laptop, tablet).

    If a desktop consider adding another internal disk(HD or SSD) for
    data(office type files, music, pictures, program installers, downloaded programs, etc). If a laptop or tablet and an SDXC card slot is available
    SDXC cards are available in a variety of sizes that can be used for the
    same type of storage.

    --
    ...w¡ñ§±¤ñ

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From philo@21:1/5 to All on Wed Nov 29 22:31:25 2023
    Correct.
    If running out of room...constant deletion of temp files will not help.

    Either clone to a larger drive ...or add a 2nd drive. Move your data there and store new data.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Newyana2@21:1/5 to Big Al on Wed Nov 29 19:01:56 2023
    "Big Al" <Bears@invalid.com> wrote

    | I think you need a life.
    | Hard drive space is cheap now a days.

    That's one way to look at it. I'm guessig
    you have a 2-car garage that you can't close
    the doors on because you have a broken
    toboggan and rusty barbecues in the way.
    But, what the heck. How much can it cost
    to rent a storage Pod and put that where
    the car used to be parked, right? :)

    Some of us just like to keep things orderly.
    It also helps with backup. There's no sense
    imaging a 200 GB system where only 15 GB are
    relevant. And there's no sense buying a new
    SSD just to make room for bloat.

    I actually use 2 redundant 500 GB SSDs on
    all of my systems. I've never come close to
    filling them. I replace them occasionally to be
    on the safe side and use the old ones as backup.
    As you say, storage is cheap these days.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to rocco portelli on Wed Nov 29 22:00:50 2023
    On 11/29/2023 7:15 AM, rocco portelli wrote:
    Is there any way of not creating temporary files that just have to be
    deleted anyway? https://i.postimg.cc/k49r26nz/Clipboard06.jpg

    Mostly I'm asking about these which I have no idea where they come from Temporary Internet Files
    Offline webpages
    Delivery Optimization Files

    My disk is almost full and constantly complaining it's full.
    It seems to happen with Microsoft updates but I'm not sure.


    Last Cumulative Update (LCU). Removal of folder contents, means cannot undo that cumulative.

    H:\Windows\servicing\LCU
    Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.3324.1.7

    Size: 1,063,828,063 bytes
    Contains: 100,697 Files, 40,887 Folders <=== makes a mess of $MFT

    *******

    DeliveryOptimization fills up, with files used for updating, and those
    files can be served to local PCs. Except, it doesn't work. This reduces
    the purpose of even leaving trash like this around. I've never seen
    any evidence this works.

    And the DeliveryOptimization is well hidden. This is why
    you'll find lots of references (including an interesting
    and snotty article from PCMag about it), but nobody mentions
    the actual storage path. I suspect people had some amount of
    trouble getting here for a look.

    H:\Windows\ServiceProfiles\NetworkService\AppData\Local\Microsoft\Windows\DeliveryOptimization\Cache
    fac9eac9d25d2da22ea65f55ad024ece35225a75
    content.bin

    The files are compressed somehow. I'm not going in for a look
    right now, but my suspicion is you'd have trouble from
    Linux, deleting these. There are permissions at the AppData level,
    to prevent Windows from going down there. What you'd want to do,
    is evaluate the actual size of that versus the claimed size, to
    see if they are not being truthful about the size.

    [Picture]

    https://i.postimg.cc/9FHbB4Wn/Delivery-Optimization.gif

    Tablets with eMMC are a poor investment, and nothing
    but aggravation. It doesn't matter how big the eMMC is,
    it's an eMMC and that's the problem. No upgrade path.
    Soldered down. Any other kind of storage, we would not
    be having this discussion.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to John K.Eason on Wed Nov 29 23:48:51 2023
    On 11/29/2023 2:17 PM, John K.Eason wrote:
    In article <uk7a13$3gtdd$1@paganini.bofh.team>, roccoportelli@nospam.it (rocco
    portelli) wrote:

    *From:* rocco portelli <roccoportelli@nospam.it>
    *Date:* Wed, 29 Nov 2023 07:15:31 -0500

    Is there any way of not creating temporary files that just have to
    be deleted anyway? https://i.postimg.cc/k49r26nz/Clipboard06.jpg

    Mostly I'm asking about these which I have no idea where they come
    from Temporary Internet Files Offline webpages
    Delivery Optimization Files

    My disk is almost full and constantly complaining it's full.
    It seems to happen with Microsoft updates but I'm not sure.

    Get a bigger disk! Temporary Internet Files are created by your browser every time
    you visit a web page so you can't stop those being created or you wouldn't be able
    to browse the web and the same applies to most of the other file types in that
    list.
    In fact looking at your image I'd say that deleting all the files there will make
    very little difference if you're getting complaints about disk space.


    Temporary Internet Files, used to be used by Internet Explorer.
    Internet Explorer has been deprecated and trashed by Microsoft.

    Using junction64.exe (be careful with that, use -q to query a junction):

    C:\Users\Bullwinkle\AppData\Local\Temporary Internet Files: JUNCTION
    Print Name : C:\Users\Bullwinkle\AppData\Local\Microsoft\Windows\INetCache
    Substitute Name: C:\Users\Bullwinkle\AppData\Local\Microsoft\Windows\INetCache

    That's where the actual storage is, in INetCache.

    C:\Users\Bullwinkle\AppData\Local\Microsoft\Windows\INetCache
    Content.IE5 JUNCTION, points to the IE folder below
    gegl-0.0
    IE
    ABCD1234 \
    EFGH5678 \___ These look like the old IE folders from earlier OSes.
    JKLM9012 / Folders had random names.
    NOPQ3456 /
    container.dat
    Low
    Virtualized

    The space wasted in my set of four, is minimal, 100KB maybe.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ken Blake@21:1/5 to All on Thu Nov 30 06:41:35 2023
    On Wed, 29 Nov 2023 22:31:25 +0000, philo@news.novabbs.com (philo)
    wrote:

    Correct.
    If running out of room...constant deletion of temp files will not help.

    Either clone to a larger drive ...or add a 2nd drive. Move your data there and store new data.



    A strong second to your recommendation.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)