Announcing Windows 10 Insider Preview Build 16215 PC + 15222 Mobile Insider

Page 87 of 98 FirstFirst ... 3777858687888997 ... LastLast

  1. Posts : 2,491
    Windows Insider Fast Ring LatestKUuuntu 20.10
       #860

    I just tried to boot into Safe Mode to run tweaking.com and 16215 GSOD (no I didn't bother to get the MS .sys file that failed).

    I actually believe, but don't expect, an apology for this build. Clearly releasing a build which has C++ errors during the install is beyond the pale.

    I'll restore from my most recent backup if I can. If not the next release will be an from a clean install of some build I haven't decided upon .
      My Computers


  2. Posts : 15,485
    Windows10
       #861

    DooGie said:
    YouTube instructions are better. Abacus Tutorial: 1 Basic function - YouTube
    I wonder how the Romans coped without VosTubus.
      My Computer


  3. Posts : 19,518
    W11+W11 Developer Insider + Linux
       #862

    cereberus said:
    I wonder how the Romans coped without VosTubus.
    Didn't they have Tubus Nostrum ?
      My Computers


  4. Posts : 15,485
    Windows10
       #863

    CountMike said:
    Didn't they have Tubus Nostrum ?
    I am not aware of "Our Tube" - is it an alternative to YouTube?
      My Computer


  5. Posts : 3,105
    W10 Pro + W10 Preview
       #864

    Modern folk don't realise how lucky they are......maths is simplified by the use of engineering calculators, or by typing in search on a computer.

    In my youth reference data charts, logs were the way to go, anyone remember the hand held Zeus Unified Edition,? at that time these were standard reference for engineers.
      My Computers


  6. Posts : 17,661
    Windows 10 Pro
       #865

    MikeMecanic said:
    Here's how I'm removing tiles in the start menu. Powershell ISE (admin) removes them one by one in about 10 seconds. I have problems in 1703 only. Same stability issues when removing them in Ccleaner Pro.

    Copy/paste one shot and then click enter.

    Powershell ISE:
    I am sorry but I must say this: regarding how many newbies browse our Ten Forums to find tips and tricks to get started with Windows 10, your post is quite irresponsible!

    Not only does following your instructions completely remove (uninstall) those apps, it also makes it if not impossible but at least extremely difficult to get them re-installed if you change your mind, not to mention that it makes it impossible to get new apps because your list also includes Windows Store.

    warning   Warning
    If all you want to do is to remove a tile from Start, right click it and select More > Unpin from Start. The PowerShell cmdlet (fancy geek word used for PS commands) Remove-AppxPackage as told in post I quoted above removes the app in question, uninstalls it from your PC.



    Kari
      My Computer


  7. Posts : 15,485
    Windows10
       #866

    MikeMecanic said:
    Made a clean install of 16215. Works, but generates many errors in the settings menu setup, a reminder of Windows 98. I thought that because the app switch was working, the Start menu was ok, but surprisingly it was flickering. Took a tour, didn't impress by changes and did not stay there more than an hour.

    Unstable like I've never seen before.

    Here's how I'm removing tiles in the start menu. Powershell ISE (admin) removes them one by one in about 10 seconds. I have problems in 1703 only. Same stability issues when removing them in Ccleaner Pro.

    Copy/paste one shot and then click enter.

    Powershell ISE:

    Code:
    Get-AppxPackage *3dbuilder* | Remove-AppxPackage
    Get-AppxPackage *windowsalarms* | Remove-AppxPackage
    Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
    Get-AppxPackage *windowscamera* | Remove-AppxPackage
    Get-AppxPackage *officehub* | Remove-AppxPackage
    Get-AppxPackage *skypeapp* | Remove-AppxPackage
    Get-AppxPackage *getstarted* | Remove-AppxPackage
    Get-AppxPackage *zunemusic* | Remove-AppxPackage
    Get-AppxPackage *windowsmaps* | Remove-AppxPackage
    Get-AppxPackage *solitairecollection* | Remove-AppxPackage
    Get-AppxPackage *zunevideo* | Remove-AppxPackage
    Get-AppxPackage *onenote* | Remove-AppxPackage
    Get-AppxPackage *people* | Remove-AppxPackage
    Get-AppxPackage *windowsstore* | Remove-AppxPackage
    Get-AppxPackage *soundrecorder* | Remove-AppxPackage
    Get-AppxPackage *bingweather* | Remove-AppxPackage
    Get-AppxPackage *xboxapp* | Remove-AppxPackage

    Aggh - this is totally dumb. Typical post from somebody who does not understand consequences.

    This is not removing tiles - any tile can easily be removed. This removes app entirety. Many have found that they cannot reverse it. Anybody reading this who is tempted to use above commands - do yourself a favour and make an image backup first. Better still don't bother - they use little space and do not impact performance.


    Edit: just noticed @Kari's reply which says much the same thing!
      My Computer


  8. Posts : 56,825
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #867

    MikeMecanic said:
    Made a clean install of 16215. Works, but generates many errors in the settings menu setup, a reminder of Windows 98. I thought that because the app switch was working, the Start menu was ok, but surprisingly it was flickering. Took a tour, didn't impress by changes and did not stay there more than an hour.

    Unstable like I've never seen before.

    Here's how I'm removing tiles in the start menu. Powershell ISE (admin) removes them one by one in about 10 seconds. I have problems in 1703 only. Same stability issues when removing them in Ccleaner Pro.

    Copy/paste one shot and then click enter.

    Powershell ISE:

    Code:
    Get-AppxPackage *3dbuilder* | Remove-AppxPackage
    Get-AppxPackage *windowsalarms* | Remove-AppxPackage
    Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
    Get-AppxPackage *windowscamera* | Remove-AppxPackage
    Get-AppxPackage *officehub* | Remove-AppxPackage
    Get-AppxPackage *skypeapp* | Remove-AppxPackage
    Get-AppxPackage *getstarted* | Remove-AppxPackage
    Get-AppxPackage *zunemusic* | Remove-AppxPackage
    Get-AppxPackage *windowsmaps* | Remove-AppxPackage
    Get-AppxPackage *solitairecollection* | Remove-AppxPackage
    Get-AppxPackage *zunevideo* | Remove-AppxPackage
    Get-AppxPackage *onenote* | Remove-AppxPackage
    Get-AppxPackage *people* | Remove-AppxPackage
    Get-AppxPackage *windowsstore* | Remove-AppxPackage
    Get-AppxPackage *soundrecorder* | Remove-AppxPackage
    Get-AppxPackage *bingweather* | Remove-AppxPackage
    Get-AppxPackage *xboxapp* | Remove-AppxPackage
    Kari said:
    I am sorry but I must say this: regarding how many newbies browse our Ten Forums to find tips and tricks to get started with Windows 10, your post is quite irresponsible!

    Not only does following your instructions completely remove (uninstall) those apps, it also makes it if not impossible but at least extremely difficult to get them re-installed if you change your mind, not to mention that it makes it impossible to get new apps because your list also includes Windows Store.

    warning   Warning
    If all you want to do is to remove a tile from Start, right click it and select More > Unpin from Start. The PowerShell cmdlet (fancy geek word used for PS commands) Remove-AppxPackage as told in post I quoted above removes the app in question, uninstalls it from your PC.



    Kari
    cereberus said:
    Aggh - this is totally dumb. Typical post from somebody who does not understand consequences.

    This is not removing tiles - any tile can easily be removed. This removes app entirety. Many have found that they cannot reverse it. Anybody reading this who is tempted to use above commands - do yourself a favour and make an image backup first. Better still don't bother - they use little space and do not impact performance.


    Edit: just noticed @Kari's reply which says much the same thing!
    Perhaps a MOD could move Mike's post to the Windows Insider thread, where it would be far less likely to be seen and taken as newbie advice. With a caveat to the un-aware. Cleanup here as necessary.

    I agree a causal forum reader, especially new to Windows 10, could easily take this the wrong way.
      My Computers


  9. Posts : 1,983
    Windows 10 x86 14383 Insider Pro and Core 10240
       #868

    I look at the title of this thread:

    Insider Announcing Windows 10 Insider Preview Build...

    It's not a "Newbie" thread - on page 80-something of cutting-edge alpha-beta Windows 10 OS previews.

    If someone screws up their Insider build thru following something posted here on this particular thread, they've escaped Microsoft screwing up their system already with the last build update, and they know the score.

    I ain't going to follow the posted instructions by any individual unless I wanted to obtain the same results they have.

    If I was unsure, I'd ask the poster regarding my uncertainties.
      My Computers


  10. Posts : 807
    Win10x64 v2004 latest build fast ring
       #869

    dencal said:
    Modern folk don't realise how lucky they are......maths is simplified by the use of engineering calculators, or by typing in search on a computer.

    In my youth reference data charts, logs were the way to go, anyone remember the hand held Zeus Unified Edition,? at that time these were standard reference for engineers.
    The entire computational power used on each of the manned Moon missions was *less* than what's in a current scientific pocket calculator today... Amazing exponential growth in both capacity and processing power. All hail the slide rule! In my day if you couldn't use it you couldn't hope for an engineering degree--and, if you used a pocket calculator it was considered cheating. Today the calculators are *required.* Amazing. Won't be long until people become experts on computing but forget how to think.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 04:26.
Find Us




Windows 10 Forums