LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 07-09-2019, 07:20 PM   #3151
Mill J
Senior Member
 
Registered: Feb 2017
Location: @127.0.0.1
Distribution: Mint, Void, MX, Haiku, PMOS, Plasma Mobile, and many others
Posts: 1,258
Blog Entries: 2

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542

Quote:
Originally Posted by rokytnji View Post
Might wanna turn off Cortana if running it.
Good Luck! I tried with no success...You can turn it off but you can't disable it. A friend of mine had a win10 pc that gave an error at login that prevented the start page/menu from opening. I found if I login and quickly kill cortana(via taskmgr) that would fix it until you logged in again. I tried disabling it in the registry and everything with no luck.

Cortana WILL start when you log in...
 
Old 07-10-2019, 01:20 AM   #3152
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Quick search: https://www.lifewire.com/turn-off-co...ows-10-4165920

may do?
 
Old 07-10-2019, 03:51 AM   #3153
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
For now the registry method still works to disable it.
Code:
REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search"
REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v AllowCortana /t REG_DWORD /d 0
But just how "disabled" remains to be seen. You will still see the cortana process running, because it also handles the windows search functionality.

The control to turn it off was removed in an update, so this method could eventually be rendered obsolete in the same way...

The Pro/Enterprise users can disable it via a group policy.
 
Old 07-10-2019, 07:30 AM   #3154
Mill J
Senior Member
 
Registered: Feb 2017
Location: @127.0.0.1
Distribution: Mint, Void, MX, Haiku, PMOS, Plasma Mobile, and many others
Posts: 1,258
Blog Entries: 2

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
Red face

Quote:
Originally Posted by cynwulf View Post
For now the registry method still works to disable it.
Code:
REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search"
REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v AllowCortana /t REG_DWORD /d 0
But just how "disabled" remains to be seen. You will still see the cortana process running, because it also handles the windows search functionality.

The control to turn it off was removed in an update, so this method could eventually be rendered obsolete in the same way...

The Pro/Enterprise users can disable it via a group policy.
Exactly, and when an internal cortana error renders the start menu unusable, there is no way to fix, I finally installed a different start menu. So now you boot, login, drag the error that stays on top of EVERYTHING off the edge of the screen where it's still there but you can't see it, and use the alternative start menu to do stuff.
 
Old 07-10-2019, 08:45 AM   #3155
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Quote:
Originally Posted by Mill J View Post
Exactly, and when an internal cortana error renders the start menu unusable, there is no way to fix, I finally installed a different start menu. So now you boot, login, drag the error that stays on top of EVERYTHING off the edge of the screen where it's still there but you can't see it, and use the alternative start menu to do stuff.
I've not seen this problem with cortana just disabled via the registry.

There is no "start menu" in Windows 10 regardless. It has the Windows 8 style "start" screen condensed in the bottom left corner and accessible by the logo button - this defeats the object of the start screen and it's better to just configure it "Windows 8 style".

But if you just avoid the start screen altogether, as with 8/8.1, or just delete all the clutter and crap and add just the common things you want, then it's usable enough.
 
Old 07-10-2019, 01:52 PM   #3156
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Haven't used windows in a while but this just got emailed to me: https://www.microsoft.com/en-us/serv.../upcoming.aspx

Vs:
Quote:
...
The four essential freedoms

A program is free software if the program's users have the four essential freedoms:*[1]
  • The freedom to run the program as you wish, for any purpose (freedom 0).
  • The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.
  • The freedom to redistribute copies so you can help others (freedom 2).
  • The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.
...
https://www.gnu.org/philosophy/free-sw.en.html &see.

Last edited by jamison20000e; 07-10-2019 at 02:04 PM.
 
Old 07-10-2019, 05:56 PM   #3157
fido_dogstoyevsky
Member
 
Registered: Feb 2015
Location: Victoria, Australia
Distribution: Slackware 15
Posts: 490
Blog Entries: 2

Rep: Reputation: 576Reputation: 576Reputation: 576Reputation: 576Reputation: 576Reputation: 576
Quote:
Originally Posted by jamison20000e View Post
Haven't used windows in a while but this just got emailed to me: https://www.microsoft.com/en-us/serv.../upcoming.aspx

Vs:https://www.gnu.org/philosophy/free-sw.en.html &see.
So you're saying that the dollars handed over for permission to borrow the software is just a tiny part of the total cost? Not a good business strategy (for the user) to my mind.
 
Old 07-10-2019, 06:39 PM   #3158
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
That's monopolies...
 
Old 07-10-2019, 07:06 PM   #3159
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,263
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
From previously linked MacroShaft "agreement":

Quote:
Your Content. Many of our Services allow you to store or share Your Content or receive material from others. We don’t claim ownership of Your Content. Your Content remains Your Content and you are responsible for it.

... blah, blah, blah ...you grant to Microsoft a worldwide and royalty-free intellectual property license to use Your Content, for example, to make copies of, retain, transmit, reformat, display, and distribute via communication tools.
Freedom does not come a license, agreement, terms or any other document, binding, legal or by any other name.

Freedom, especially Software Freedom comes only from mutual respect among equals.

There is no equality, nor respect between Microsoft and their poor enslaved users, as is obvious from all their EULA's, terms and conditions and agreements, such as the one above.
 
Old 07-11-2019, 02:51 AM   #3160
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,572
Blog Entries: 19

Rep: Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451
Quote:
We don’t claim ownership of Your Content. Your Content remains Your Content and you are responsible for it.

... blah, blah, blah ...you grant to Microsoft a worldwide and royalty-free intellectual property license to use Your Content, for example, to make copies of, retain, transmit, reformat, display, and distribute via communication tools.
So if anything bad comes of your post, it's your content and you are responsible for it, not Microsoft. But any profit that can be made from it is theirs, not yours. What a con!
 
Old 07-24-2019, 08:48 PM   #3161
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Quote:
Originally Posted by hazel View Post
So if anything bad comes of your post, it's your content and you are responsible for it, not Microsoft. But any profit that can be made from it is theirs, not yours. What a con!
Oldest con in the book of Socialism. "What's ours is ours and what's yours is negotiable"
 
Old 07-24-2019, 08:54 PM   #3162
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by enorbet View Post
Oldest con in the book of Socialism. "What's ours is ours and what's yours is negotiable"
I think this is quite amusing as it recalls one of Linus's comments about Linux being about being selfish not about being "socialist" as such. That is to say that, to move away from direct politics, creating and participating in open source software isn't about being in a charity it's about getting what you want done done and helping others is a great benefit. With closed-source people are so busy worrying about who owns what aspect of what to actually get on and do things.
 
Old 07-24-2019, 09:05 PM   #3163
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Incidentally I had a weird bios failure recently on not one but two PCs (one of which is on a UPS so not likely due to power outtage/bad shutdown) which reminded me that I have numerous drives lying around, some installed and some not that have some data I don't want to lose. Some of that data is Windows-specific like *.gho Ghosted backups, *.docs, etc and much of it is on PATA drives. Rather than clog my Main up with many Gigs of stuff I only occasionally access, I decided to make one solid old box, preferably one with both SATA and PATA capability as well as XP64 (the last serious windows use I ever fell for) and of course, Slackware if only for all the great tools.

I had forgotten what a hassle PATA was with just 4 drive Master/Slave relationships selected by jumpers often differing in position not only by different manufacturers but models of the same brand. However that was a walk in the park compared to trying to switch motherboards and run a pre-existing Windows install. I had completely forgotten it was necessary to boot it up on the original mobo and delete all of the Motherboard Resources entries as well as Graphics, etc in Device Manager before installing in a different PC. That is further complicated if one switches from an AMD-based mobo to an Intel-based mobo. What a nightmare!

This resulted in attempting a new install of XP on hardware unsupported in XP including not having any floppy ports for the F6 "Add Drivers" thing. With Slackware I just copied over an existing install, booted the Install disk and used that Huge kernel to boot the needed partition, run LILO and done! Now I recall how often Windows made me want to drive semi-sharp stakes through my eyes and rinse with salt water.
 
Old 07-24-2019, 09:08 PM   #3164
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Quote:
Originally Posted by 273 View Post
I think this is quite amusing as it recalls one of Linus's comments about Linux being about being selfish not about being "socialist" as such. That is to say that, to move away from direct politics, creating and participating in open source software isn't about being in a charity it's about getting what you want done done and helping others is a great benefit. With closed-source people are so busy worrying about who owns what aspect of what to actually get on and do things.
You're actually right. It is much deeper than an economic system. It's simply unrestrained human greed.
 
Old 07-24-2019, 09:11 PM   #3165
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
It could be worse, if you were running modern Windows, by all accounts, you'd need to go through a long, drawn-out, telephone "verification process" to ensure that you were not using your license to run the OS "illegally".
The number of reboots necessary for Windows updates and the like during install is terrible also, not to mention the horribly-slow update servers they have. I swear Debian can be installed and updated in half the time of Windows and Slackware probably takes a third of the time or less.
 
  


Reply

Tags
64bit, bsd, cloud, linux, microsoft, misinformation, opensource, troll's playground, unix, windows, your words twisted...



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Tutorial: Four Easy Fun Useful Things You Can Do With Linux LXer Syndicated Linux News 0 09-30-2008 11:41 PM
LXer: KDE 4: The Shiny New Linux (and Windows) Desktop LXer Syndicated Linux News 0 09-17-2007 06:10 PM
media server or other fun things. doralsoral Linux - Software 1 11-05-2005 07:55 AM
most fun & excited things about Linux woranl Linux - General 2 07-27-2004 08:28 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 08:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration